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 25b7ece commit b0755adCopy full SHA for b0755ad
start.sh
@@ -233,7 +233,7 @@ if [ -d "$CLONE_DIR" ]; then
233
if [ -n "$REVISION" ]; then
234
if [ -n "$DEPTH" ]; then
235
git_retry git remote set-branches origin "*"
236
- git_retry git origin $REVISION fetch --depth=$DEPTH
+ git_retry git fetch origin $REVISION --depth=$DEPTH
237
fi
238
git_checkout
239
0 commit comments