Skip to content

Commit d37e740

Browse files
feat: add git fetch (#91)
1 parent 23b3324 commit d37e740

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.1.31
1+
version: 10.1.32

start.sh

+1
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)