Fix bugs in CI set-up. (#144)
This commit is contained in:
parent
fc783d79d5
commit
ed127ea795
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue