From 450d4dddace4250437c049c28a36e475e2557a74 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