fix(ci): prevent submodules from being created
This commit is contained in:
@@ -57,6 +57,8 @@ jobs:
|
|||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
||||||
git push
|
git push
|
||||||
|
cd -
|
||||||
|
rm -rf catalog
|
||||||
|
|
||||||
- name: Commit and Push new Docker-hub-locked App releases
|
- name: Commit and Push new Docker-hub-locked App releases
|
||||||
run: |
|
run: |
|
||||||
@@ -66,3 +68,5 @@ jobs:
|
|||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
||||||
git push
|
git push
|
||||||
|
cd -
|
||||||
|
rm -rf dh_catalog
|
||||||
|
|||||||
-1
Submodule dh_catalog deleted from 6aa5f8ed0c
Reference in New Issue
Block a user