Skip to content

Commit

Permalink
Fix git fetch on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Mar 10, 2022
1 parent 04b3532 commit 4478af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ git_version() {
local current_commit
local current_branch

git fetch --prune --unshallow --tags
git fetch --tags
current_tag=$(git tag --points-at HEAD | head -1)
current_commit=$(git rev-parse --short HEAD)
current_branch=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 4478af3

Please sign in to comment.