If the variable GITTAGEXTRA is double quoted we get issues.

Disable shellcheck for this instance
This commit is contained in:
Micke Nordin 2023-05-15 14:29:05 +02:00
parent 876e72e2ae
commit 397f0595f7
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -53,8 +53,8 @@ fi
echo -e "\e[1mONLY SIGN IF YOU APPROVE OF VERIFICATION AND DIFF ABOVE\e[0m"
# GITTAGEXTRA is for putting things like "-u 2117364A"
git tag "${GITTAGEXTRA}" -m bump. -s "${this_tag}"
# shellcheck disable=SC2086
git tag ${GITTAGEXTRA} -m bump. -s "${this_tag}"
git push
git push --tags