mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:40:18 +08:00
fix(ci): prevent submodules from being created
This commit is contained in:
4
.github/workflows/apps.release.yaml
vendored
4
.github/workflows/apps.release.yaml
vendored
@@ -57,6 +57,8 @@ jobs:
|
||||
git add --all
|
||||
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
||||
git push
|
||||
cd -
|
||||
rm -rf catalog
|
||||
|
||||
- name: Commit and Push new Docker-hub-locked App releases
|
||||
run: |
|
||||
@@ -66,3 +68,5 @@ jobs:
|
||||
git add --all
|
||||
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
||||
git push
|
||||
cd -
|
||||
rm -rf dh_catalog
|
||||
|
||||
Reference in New Issue
Block a user