File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 10.1.29
1
+ version : 10.1.30
Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ if [ -d "$CLONE_DIR" ]; then
203
203
echo " Fetching updates from origin${DEPTH: + with depth $DEPTH } , skipping tags"
204
204
git_retry git fetch origin ${REVISION: +$REVISION } --no-tags ${DEPTH: + --depth=$DEPTH }
205
205
else
206
- echo " Fetching updates from origin"
207
- git_retry git fetch origin --tags --prune " +refs/tags/*:refs/tags/*" ${DEPTH: + --depth=$DEPTH }
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 }
208
208
fi
209
209
210
210
git remote set-head origin --auto
@@ -233,7 +233,7 @@ if [ -d "$CLONE_DIR" ]; then
233
233
if [ -n " $REVISION " ]; then
234
234
if [ -n " $DEPTH " ]; then
235
235
git_retry git remote set-branches origin " *"
236
- git_retry git origin $REVISION fetch --depth=$DEPTH
236
+ git_retry git fetch origin $REVISION --depth=$DEPTH
237
237
fi
238
238
git_checkout
239
239
fi
You can’t perform that action at this time.
0 commit comments