Readded this_branch=$(git rev-parse --abbrev-ref HEAD)

since it wasn't included in change to check
against the current branch instead of master
This commit is contained in:
John Van de Meulebrouck Brendgard 2023-11-16 12:04:30 +01:00
parent 826b8edf82
commit 5a47b1a3f7
No known key found for this signature in database
GPG key ID: 807A5FD4B3337B77

View file

@ -36,6 +36,9 @@ else
tagpfx="${deftag}"
fi
# This is the current branch that Git will diff against.
this_branch=$(git rev-parse --abbrev-ref HEAD)
# Check why the tag couldn't be verified
# First argument: the tag to investigate
check_tag_sig_failure()