Skip to content

Commit 39f21e2

Browse files
committed
Specify a different release image repo
1 parent 3f5167a commit 39f21e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ release-ghpages: helm-chart docs
14131413
git checkout gh-pages
14141414
git pull
14151415
mkdir -p dashboards || true
1416+
rm -rf dashboards/$(VERSION_FULL) || true
14161417
mv $(BUILD_OUTPUT)/dashboards/$(VERSION_FULL)/ dashboards/
14171418
git add dashboards/$(VERSION_FULL)/*
14181419
@echo "Releasing Helm chart $(VERSION_FULL)"

0 commit comments

Comments
 (0)