remove rubbish search

pull/113/head
Alex Collins 2019-09-19 13:56:27 -07:00
parent d50ade1dd4
commit c102d0c62f
1 changed files with 0 additions and 2 deletions

View File

@ -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