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 47189ea commit fd13aeaCopy full SHA for fd13aea
start.sh
@@ -201,7 +201,6 @@ if [ -d "$CLONE_DIR" ]; then
201
202
echo "Fetching the updates from origin"
203
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
204
- git_retry git fetch --tags
205
git remote set-head origin --auto
206
207
if [ -n "$REVISION" ]; then
0 commit comments