We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5156b commit 8e14a18Copy full SHA for 8e14a18
service.yaml
@@ -1 +1 @@
1
-version: 10.1.24
+version: 10.1.25
start.sh
@@ -224,7 +224,7 @@ if [ -d "$CLONE_DIR" ]; then
224
if [ -n "$REVISION" ]; then
225
if [ -n "$DEPTH" ]; then
226
git_retry git remote set-branches origin "*"
227
- git_retry git fetch --depth=$DEPTH
+ git_retry git origin $REVISION fetch --depth=$DEPTH
228
fi
229
git_checkout
230
@@ -237,7 +237,7 @@ else
237
238
239
240
+ git_retry git fetch origin $REVISION --depth=$DEPTH
241
242
243
0 commit comments