Fix charts listing
This commit is contained in:
parent
c8cf589851
commit
e9cc848c48
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue