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 7b55244 commit 2b7ca7aCopy full SHA for 2b7ca7a
start.sh
@@ -198,10 +198,10 @@ if [ -d "$CLONE_DIR" ]; then
198
git clean -df
199
git gc --force
200
git_retry git remote prune origin
201
- git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
+ git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*" --depth=$DEPTH
202
203
echo "Fetching the updates from origin"
204
- git_retry git fetch --tags
+ git_retry git fetch --tags --depth=$DEPTH
205
git remote set-head origin --auto
206
207
if [ -n "$REVISION" ]; then
0 commit comments