Skip to content

Commit

Permalink
Fix tags fetch to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
hari-kuriakose committed Jul 16, 2024
1 parent 63d19f8 commit 78a452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ do_git_pull() {
fi

echo "Fetching release tags."
git fetch
git fetch --quiet --tags

if [[ "$opt_version" == "latest" ]]; then
branch=`git describe --tags --abbrev=0`
Expand Down

0 comments on commit 78a452f

Please sign in to comment.