Drops obsolete helm repo from pusblish.sh.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
f41b2c79cb
commit
01d5382f73
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ GIT_PUSH=${GIT_PUSH:-false}
|
|||
|
||||
rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-helm.git $SRCROOT/output
|
||||
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||
helm repo add argoproj https://argoproj.github.io/argo-helm
|
||||
|
||||
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
||||
|
|
Loading…
Reference in a new issue