diff --git a/service.yaml b/service.yaml index e4d535f..f811f60 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 10.1.31 +version: 10.1.32 diff --git a/start.sh b/start.sh index 394275c..73b86e3 100644 --- a/start.sh +++ b/start.sh @@ -205,6 +205,7 @@ if [ -d "$CLONE_DIR" ]; then else echo "Fetching updates from origin" git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*" + git_retry git fetch --tags fi git remote set-head origin --auto