Skip to content

Commit df34ba3

Browse files
committed
add git fetch
1 parent 23b3324 commit df34ba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.1.31
1+
version: 10.1.32

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ if [ -d "$CLONE_DIR" ]; then
205205
else
206206
echo "Fetching updates from origin"
207207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
208+
git_retry git fetch --tags
208209
fi
209210

210211
git remote set-head origin --auto

0 commit comments

Comments
 (0)