Fix charts listing

This commit is contained in:
stefanprodan 2020-05-28 09:34:34 +03:00
parent c8cf589851
commit e9cc848c48

View file

@ -81,7 +81,7 @@ upload() {
git remote set-url origin ${REPO_URL} git remote set-url origin ${REPO_URL}
git checkout gh-pages git checkout gh-pages
charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xarg) charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xargs)
mv -f ${CHARTS_TMP_DIR}/*.tgz . mv -f ${CHARTS_TMP_DIR}/*.tgz .
helm repo index . --url ${CHARTS_URL} helm repo index . --url ${CHARTS_URL}