From c102d0c62fee3d2ce12e833c25f1960ff9986017 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 19 Sep 2019 13:56:27 -0700 Subject: [PATCH] remove rubbish search --- scripts/publish.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 1829aae7..2d827b16 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -18,6 +18,4 @@ cd $SRCROOT/output && git status if [ "$GIT_PUSH" == "true" ] then cd $SRCROOT/output && git add . && git commit -m "Publish charts" && git push git@github.com:argoproj/argo-helm.git gh-pages - helm repo update - helm search argo-cd fi