Fix bugs in CI set-up. (#144)

This commit is contained in:
Alex Collins 2019-10-31 11:28:02 -07:00 committed by GitHub
parent fc783d79d5
commit ed127ea795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -eux
SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
GIT_PUSH=${GIT_PUSH:-true}
GIT_PUSH=${GIT_PUSH:-false}
rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-helm.git $SRCROOT/output