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 f7fea10 commit 9f1ea54Copy full SHA for 9f1ea54
start.sh
@@ -203,11 +203,8 @@ if [ -d "$CLONE_DIR" ]; then
203
echo "Fetching updates from origin${DEPTH:+ with depth $DEPTH}, skipping tags"
204
git_retry git fetch origin ${REVISION:+$REVISION} --prune --no-tags ${DEPTH:+ --depth=$DEPTH}
205
else
206
- # In order to not change logic that already working we keeping git_retry git fetch --tags
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_retry git fetch --tags
211
fi
212
213
git remote set-head origin --auto
0 commit comments