changes on fix to scripts/publish.sh,

This commit is contained in:
Alex Collins 2019-10-31 11:15:02 -07:00
parent ad05e2f3d0
commit 5d5d323e2a

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