Skip to content

Commit f7fea10

Browse files
committed
git_retry git fetch --tags
1 parent 5124cd8 commit f7fea10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ if [ -d "$CLONE_DIR" ]; then
207207
# This command fetches updates from all configured remotes in your repository, not just from "origin".
208208
echo "Fetching updates from origin"
209209
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
210-
git fetch --tags
210+
git_retry git fetch --tags
211211
fi
212212

213213
git remote set-head origin --auto

0 commit comments

Comments
 (0)