Skip to content

Commit

Permalink
feat: add git fetch (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh authored Oct 7, 2024
1 parent 23b3324 commit d37e740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.1.31
version: 10.1.32
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ if [ -d "$CLONE_DIR" ]; then
else
echo "Fetching updates from origin"
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"
git_retry git fetch --tags
fi

git remote set-head origin --auto
Expand Down

0 comments on commit d37e740

Please sign in to comment.