fix(ci): improve prevention of submodule creation

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-17 12:36:15 +01:00
parent 1442184219
commit 542e27168f
+8 -8
View File
@@ -41,14 +41,6 @@ jobs:
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit and Push new Helm Charts and docs
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add --all
git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0
git push
- name: Commit and Push new App releases
run: |
cd catalog
@@ -70,3 +62,11 @@ jobs:
git push
cd -
rm -rf dh_catalog
- name: Commit and Push new Helm Charts and docs
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add --all
git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0
git push