We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7b2cc commit 23b3324Copy full SHA for 23b3324
service.yaml
@@ -1 +1 @@
1
-version: 10.1.30
+version: 10.1.31
start.sh
@@ -203,8 +203,8 @@ if [ -d "$CLONE_DIR" ]; then
203
echo "Fetching updates from origin${DEPTH:+ with depth $DEPTH}, skipping tags"
204
git_retry git fetch origin ${REVISION:+$REVISION} --no-tags ${DEPTH:+ --depth=$DEPTH}
205
else
206
- echo "Fetching updates from origin${DEPTH:+ with depth $DEPTH}"
207
- git_retry git fetch origin ${REVISION:+$REVISION} --tags --prune "+refs/tags/*:refs/tags/*" ${DEPTH:+ --depth=$DEPTH}
+ echo "Fetching updates from origin"
+ git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
208
fi
209
210
git remote set-head origin --auto
0 commit comments