pull/126/head
Alex Collins 2019-09-25 11:56:33 -07:00
parent 338850f10e
commit 450d4dddac
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ GIT_PUSH=${GIT_PUSH:-true}
rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-helm.git $SRCROOT/output
for dir in $SRCROOT/charts/*;
cd $SRCROOT/charts
for dir in *;
do
echo "Processing $dir"
helm package $dir