diff options
| -rwxr-xr-x | services/repos/scripts/fetch-repos.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/repos/scripts/fetch-repos.sh b/services/repos/scripts/fetch-repos.sh index e8e9d4e..55c29b2 100755 --- a/services/repos/scripts/fetch-repos.sh +++ b/services/repos/scripts/fetch-repos.sh @@ -7,6 +7,5 @@ for repo_path in repos/*; do repo_name=$(basename "$repo_path" .git) echo "Fetching $repo_name" git -C "$repo_path" fetch --tags --prune origin - sleep 5 fi done |
