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 3f5167a commit 39f21e2Copy full SHA for 39f21e2
Makefile
@@ -1413,6 +1413,7 @@ release-ghpages: helm-chart docs
1413
git checkout gh-pages
1414
git pull
1415
mkdir -p dashboards || true
1416
+ rm -rf dashboards/$(VERSION_FULL) || true
1417
mv $(BUILD_OUTPUT)/dashboards/$(VERSION_FULL)/ dashboards/
1418
git add dashboards/$(VERSION_FULL)/*
1419
@echo "Releasing Helm chart $(VERSION_FULL)"
0 commit comments