From 4f4aa966cb0c974bf3b78638bbfd0dca150d503c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Thu, 11 Jul 2024 18:15:10 +0200 Subject: [PATCH] ci: correct assert tag fix --- tools/ci/assert-tag.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/assert-tag.sh b/tools/ci/assert-tag.sh index 09568be..fd84d82 100755 --- a/tools/ci/assert-tag.sh +++ b/tools/ci/assert-tag.sh @@ -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