Skip to content

Commit d11cfc0

Browse files
committed
Fixing release
1 parent a20d271 commit d11cfc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,8 @@ serve-docs:
10181018
release-ghpages: helm-chart docs
10191019
@echo "Releasing Helm chart $(VERSION_FULL)"
10201020
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
1021-
git stash save --keep-index --include-untracked
1022-
git stash drop
1021+
git stash save --keep-index --include-untracked || true
1022+
git stash drop || true
10231023
git checkout gh-pages
10241024
git pull
10251025
ifeq (true, $(PRE_RELEASE))

0 commit comments

Comments
 (0)