We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049a6f7 commit 3abd39dCopy full SHA for 3abd39d
scripts/publish-charts.sh
@@ -20,7 +20,7 @@ if echo "${VERSION}" | grep -Eq "^v[0-9]+(\.[0-9]+){2}$"; then
20
set -x
21
git config pull.rebase false
22
git checkout gh-pages
23
- mv -n $PACKAGE_DIR/stable/*.tgz .
+ mv -n $PACKAGE_DIR/stable/*.tgz . || echo 'Ignoring mv failure'
24
helm repo index . --url https://aws.github.io/eks-charts
25
git add .
26
git commit -m "Publish stable charts ${VERSION}"
0 commit comments