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 1359bda commit 65165f3Copy full SHA for 65165f3
start.sh
@@ -203,8 +203,8 @@ if [ -d "$CLONE_DIR" ]; then
203
echo "Fetching updates from origin ${DEPTH:+ with depth $DEPTH}, skipping tags"
204
git_retry git fetch origin --prune --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/*"
+ echo "Fetching updates from origin ${DEPTH:+ with depth $DEPTH}"
+ git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*" ${DEPTH:+ --depth=$DEPTH}
208
fi
209
210
0 commit comments