Remove log message

- Message is using a variable that's not confirmed as set yet
- Message is output by `version-lookup.sh` in normal operation anyway
This commit is contained in:
Phil Jay
2024-04-24 12:16:55 +10:00
parent 192637163e
commit 238431148e

View File

@@ -12,8 +12,6 @@ if [[ "${increment}" != 'patch' && "${increment}" != 'minor' && "${increment}" !
input_errors='true'
fi
echo " INCREMENTER: The current normal version is ${current_version}"
if [[ -z "${current_version:-}" ]] ; then
echo "🛑 Environment variable 'current_version' is unset or empty" 1>&2
input_errors='true'