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 9f1ea54 commit 88eb361Copy full SHA for 88eb361
start.sh
@@ -201,7 +201,7 @@ if [ -d "$CLONE_DIR" ]; then
201
202
if [ -n "$SKIP_TAGS_ON_UPDATE" ]; 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}
+ git_retry git fetch origin ${REVISION:+$REVISION} --no-tags ${DEPTH:+ --depth=$DEPTH}
205
else
206
echo "Fetching updates from origin"
207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
0 commit comments