Skip to content

Commit

Permalink
ci: correct assert tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jul 11, 2024
1 parent e35283d commit 4f4aa96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/assert-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function main() {
if [ -n "$(git rev-list --first-parent \
--ancestry-path \
"$release_tag^..origin/$RELEASE_BRANCH")" ]; then
git log --oneline --graph "$RELEASE_BRANCH" "$release_tag" || true
die "Tag is not reachable from '$RELEASE_BRANCH' (--first-parent) !"
fi

Expand Down

0 comments on commit 4f4aa96

Please sign in to comment.