Skip to content

Commit 9f1ea54

Browse files
committed
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
1 parent f7fea10 commit 9f1ea54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

start.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,8 @@ if [ -d "$CLONE_DIR" ]; then
203203
echo "Fetching updates from origin${DEPTH:+ with depth $DEPTH}, skipping tags"
204204
git_retry git fetch origin ${REVISION:+$REVISION} --prune --no-tags ${DEPTH:+ --depth=$DEPTH}
205205
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".
208206
echo "Fetching updates from origin"
209207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
210-
git_retry git fetch --tags
211208
fi
212209

213210
git remote set-head origin --auto

0 commit comments

Comments
 (0)