We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b3324 commit d37e740Copy full SHA for d37e740
service.yaml
@@ -1 +1 @@
1
-version: 10.1.31
+version: 10.1.32
start.sh
@@ -205,6 +205,7 @@ if [ -d "$CLONE_DIR" ]; then
205
else
206
echo "Fetching updates from origin"
207
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
208
+ git_retry git fetch --tags
209
fi
210
211
git remote set-head origin --auto
0 commit comments