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 bd7264a commit 1930769Copy full SHA for 1930769
start.sh
@@ -203,7 +203,7 @@ if [ -d "$CLONE_DIR" ]; then
203
# git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
204
if [ -n "$DEPTH" ]; then
205
echo "Fetching the updates from origin with depth $DEPTH"
206
- git_retry git fetch origin --prune "+refs/tags/*:refs/tags/*" --depth=$DEPTH --no-tags
+ git_retry git fetch origin --prune --depth=$DEPTH --no-tags
207
else
208
echo "Fetching the updates from origin"
209
git_retry git fetch origin --prune "+refs/tags/*:refs/tags/*"
0 commit comments