Skip to content

Commit 1930769

Browse files
committed
test11
1 parent bd7264a commit 1930769

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 --no-tags
206+
git_retry git fetch origin --prune --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)