Compare commits
4 commits
latest-bui
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2876b45568 | ||
|
|
88427c715e | ||
|
|
b3729541f9 | ||
|
|
86a2f15b0a |
1 changed files with 5 additions and 0 deletions
|
|
@ -70,6 +70,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
if [ -z "$GITEOPS_REPO" ]; then
|
||||||
|
echo "GITEOPS_REPO secret not set, skipping GitOps update"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
GITEOPS_DIR=$(mktemp -d)
|
GITEOPS_DIR=$(mktemp -d)
|
||||||
git clone "$GITEOPS_REPO" "$GITEOPS_DIR"
|
git clone "$GITEOPS_REPO" "$GITEOPS_DIR"
|
||||||
cd "$GITEOPS_DIR"
|
cd "$GITEOPS_DIR"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue