We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5124cd8 commit f7fea10Copy full SHA for f7fea10
start.sh
@@ -207,7 +207,7 @@ if [ -d "$CLONE_DIR" ]; then
207
# This command fetches updates from all configured remotes in your repository, not just from "origin".
208
echo "Fetching updates from origin"
209
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
210
- git fetch --tags
+ git_retry git fetch --tags
211
fi
212
213
git remote set-head origin --auto
0 commit comments