This commit is contained in:
Alex Collins 2019-09-25 11:56:33 -07:00
parent 7f7094e743
commit 631b1b5a2a

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