fix(ci): improve prevention of submodule creation
This commit is contained in:
@@ -41,14 +41,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
- name: Commit and Push new App releases
|
||||||
run: |
|
run: |
|
||||||
cd catalog
|
cd catalog
|
||||||
@@ -70,3 +62,11 @@ jobs:
|
|||||||
git push
|
git push
|
||||||
cd -
|
cd -
|
||||||
rm -rf dh_catalog
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user