Skip to content

Commit

Permalink
fix fetch cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh committed Sep 16, 2024
1 parent 25b7ece commit b0755ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if [ -d "$CLONE_DIR" ]; then
if [ -n "$REVISION" ]; then
if [ -n "$DEPTH" ]; then
git_retry git remote set-branches origin "*"
git_retry git origin $REVISION fetch --depth=$DEPTH
git_retry git fetch origin $REVISION --depth=$DEPTH
fi
git_checkout
fi
Expand Down

0 comments on commit b0755ad

Please sign in to comment.