Stage and push helm index where gitconfig is set (#1251)

This commit is contained in:
Christian Adams
2023-02-22 14:09:35 -05:00
committed by GitHub
parent a3c28be98a
commit edf01f009e
3 changed files with 14 additions and 11 deletions

View File

@@ -395,9 +395,3 @@ helm-index:
$(HELM) repo index .cr-release-packages --url https://github.com/$(CHART_OWNER)/$(CHART_REPO)/releases/download/ --merge gh-pages/index.yaml
mv .cr-release-packages/index.yaml gh-pages/index.yaml
@echo "== PUSH INDEX FILE =="
cd gh-pages;\
git add index.yaml;\
git commit -m "Updated index.yaml latest release";\
git push;\