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 b0041e2 commit 5124cd8Copy full SHA for 5124cd8
start.sh
@@ -203,7 +203,7 @@ 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} --prune --no-tags ${DEPTH:+ --depth=$DEPTH}
205
else
206
- # In order to not change logic that already working im keeping git_retry git fetch --tags
+ # In order to not change logic that already working we keeping git_retry git fetch --tags
207
# This command fetches updates from all configured remotes in your repository, not just from "origin".
208
echo "Fetching updates from origin"
209
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
0 commit comments