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 88eb361 commit f02cc87Copy full SHA for f02cc87
start.sh
@@ -204,7 +204,7 @@ if [ -d "$CLONE_DIR" ]; then
204
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/*"
+ git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*" ${DEPTH:+ --depth=$DEPTH}
208
fi
209
210
git remote set-head origin --auto
0 commit comments