Skip to content

Commit

Permalink
Fix app-diff on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Dec 6, 2020
1 parent 689af4d commit d51e4f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/app-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ APP_OF_APPS_VALUES_2=$(python3 -c "import sys, json; print(json.load(sys.stdin)[
export KUBECTL_EXTERNAL_DIFF="diff -u"
export ARGOCD_OPTS="--plaintext --port-forward --port-forward-namespace argocd"

cd /tmp || exit

git clone "$REPO_URL"
cd camptocamp-devops-stack || exit
git checkout "$TARGET_REVISION"
Expand Down

0 comments on commit d51e4f4

Please sign in to comment.