Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Floodnut committed Feb 1, 2025
1 parent b0a6b32 commit 1e71c17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion helm/charts/couchdb-helm
Submodule couchdb-helm deleted from a1dfd8
1 change: 0 additions & 1 deletion helm/charts/vault-helm
Submodule vault-helm deleted from b3daaa
4 changes: 2 additions & 2 deletions helm/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e71c17

Please sign in to comment.