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 a20d271 commit d11cfc0Copy full SHA for d11cfc0
Makefile
@@ -1018,8 +1018,8 @@ serve-docs:
1018
release-ghpages: helm-chart docs
1019
@echo "Releasing Helm chart $(VERSION_FULL)"
1020
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
1021
- git stash save --keep-index --include-untracked
1022
- git stash drop
+ git stash save --keep-index --include-untracked || true
+ git stash drop || true
1023
git checkout gh-pages
1024
git pull
1025
ifeq (true, $(PRE_RELEASE))
0 commit comments