Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed May 5, 2020
1 parent a20d271 commit d11cfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,8 @@ serve-docs:
release-ghpages: helm-chart docs
@echo "Releasing Helm chart $(VERSION_FULL)"
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
git stash save --keep-index --include-untracked
git stash drop
git stash save --keep-index --include-untracked || true
git stash drop || true
git checkout gh-pages
git pull
ifeq (true, $(PRE_RELEASE))
Expand Down

0 comments on commit d11cfc0

Please sign in to comment.