From 1e71c175e34243f23fc3836171936109b6f78562 Mon Sep 17 00:00:00 2001 From: Floodnut Date: Sat, 1 Feb 2025 21:39:25 +0900 Subject: [PATCH] fix: test --- helm/charts/couchdb-helm | 1 - helm/charts/vault-helm | 1 - helm/sync.sh | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 160000 helm/charts/couchdb-helm delete mode 160000 helm/charts/vault-helm diff --git a/helm/charts/couchdb-helm b/helm/charts/couchdb-helm deleted file mode 160000 index a1dfd8b..0000000 --- a/helm/charts/couchdb-helm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a1dfd8b8a7e365ae1820b7ee1d57a05ca0fd18c5 diff --git a/helm/charts/vault-helm b/helm/charts/vault-helm deleted file mode 160000 index b3daaad..0000000 --- a/helm/charts/vault-helm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b3daaad683f48a9e26a095c84e0a83c85060a249 diff --git a/helm/sync.sh b/helm/sync.sh index 1d93209..99d7c6e 100755 --- a/helm/sync.sh +++ b/helm/sync.sh @@ -23,8 +23,8 @@ while read -r repo; do else echo "Cloning $repo_name..." git clone "$repo" "$repo_path" - rm -rf "./$repo/.git/" - rm -rf "./$repo/.github/" + rm -rf "./$repo_path/.git" + rm -rf "./$repo_path/.github" cd "$repo_path"