Adding new internally used variable BUMP_VERSION

This commit is contained in:
Igor Pecovnik 2020-08-31 17:03:56 +02:00
parent ad3f403246
commit 3676dfaeb5

View File

@ -434,7 +434,7 @@ do
done
# bump version in case there was a change
if [[ $n -gt 0 && -n ${SEND_TO_SERVER} && -z ${REBUILD_IMAGES} ]]; then
if [[ $n -gt 0 && ${BUMP_VERSION} ]]; then
cd "${SRC}" || exit
CURRENT_VERSION=$(cat VERSION)