commit | 5eae0b4544623b3c6feb55bea0b119c22aa67b5e | [log] [tgz] |
---|---|---|
author | Luca Prete <luca@onlab.us> | Fri Dec 14 14:23:34 2018 -0800 |
committer | Luca Prete <luca@onlab.us> | Fri Dec 14 14:23:34 2018 -0800 |
tree | 1a12b4905c4f41937b581dc5843f20fee87bbd67 | |
parent | 138c776415b5f567e81b0aabd4b6321cda82166b [diff] |
Fixing (hopefully) chart publish job Change-Id: I6c9dd5592b73ffb2165f0be4f7dabdf46ee3f584
diff --git a/helmrepo.sh b/helmrepo.sh index df955cc..3c94aa0 100755 --- a/helmrepo.sh +++ b/helmrepo.sh
@@ -43,7 +43,7 @@ echo "Generating repo index" -scp "${PUBLISH_URL}":"${ORIGINAL_INDEX_YAML}" . +scp -o StrictHostKeyChecking=no "${PUBLISH_URL}":"${ORIGINAL_INDEX_YAML}" . helm repo index "${REPO_DIR}" --url https://"${PUBLISH_URL}" --merge index.yaml