Skip to content

Commit ed4e4e8

Browse files
committed
test5
1 parent dd7febe commit ed4e4e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

start.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ if [ -d "$CLONE_DIR" ]; then
207207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
208208
fi
209209

210-
echo "Fetching the updates from origin"
211-
if [ -n "$DEPTH" ]; then
212-
git_retry git fetch --depth=$DEPTH --tags
213-
else
214-
git_retry git fetch --tags
215-
fi
216-
217210
git remote set-head origin --auto
218211

219212
if [ -n "$REVISION" ]; then

0 commit comments

Comments
 (0)