From b77722fe474354da3034329f4fabaa477e310268 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 17 Mar 2022 11:38:16 +0100 Subject: [PATCH] fix(ci): prevent submodules from being created --- .github/workflows/apps.release.yaml | 4 ++++ dh_catalog | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 160000 dh_catalog diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index c9ce9280e6e..3a6b8ffafc4 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -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 diff --git a/dh_catalog b/dh_catalog deleted file mode 160000 index 6aa5f8ed0cd..00000000000 --- a/dh_catalog +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6aa5f8ed0cd1750b771aeff439bfa846b39eae90