Skip to content

Commit bd7264a

Browse files
committed
test10
1 parent a4fdd44 commit bd7264a

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
@@ -203,7 +203,7 @@ if [ -d "$CLONE_DIR" ]; then
203203
# git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
204204
if [ -n "$DEPTH" ]; then
205205
echo "Fetching the updates from origin with depth $DEPTH"
206-
git_retry git fetch origin --prune "+refs/tags/*:refs/tags/*" --depth=$DEPTH
206+
git_retry git fetch origin --prune "+refs/tags/*:refs/tags/*" --depth=$DEPTH --no-tags
207207
else
208208
echo "Fetching the updates from origin"
209209
git_retry git fetch origin --prune "+refs/tags/*:refs/tags/*"

0 commit comments

Comments
 (0)