From 631b1b5a2a21fc08f01e1d55f2f45734eb340b75 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 25 Sep 2019 11:56:33 -0700 Subject: [PATCH] changes --- scripts/publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 99265392..c43cd79f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -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