Skip to content

Commit 88eb361

Browse files
committed
remove --prune
1 parent 9f1ea54 commit 88eb361

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
@@ -201,7 +201,7 @@ if [ -d "$CLONE_DIR" ]; then
201201

202202
if [ -n "$SKIP_TAGS_ON_UPDATE" ]; then
203203
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}
204+
git_retry git fetch origin ${REVISION:+$REVISION} --no-tags ${DEPTH:+ --depth=$DEPTH}
205205
else
206206
echo "Fetching updates from origin"
207207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"

0 commit comments

Comments
 (0)