correction: If no BUILD_NUMBER is set, assume developer build and set to 99

This commit is contained in:
Alexander Schulz 2018-07-07 00:29:41 +02:00
parent bda5685fa3
commit 83a2c34f81

View File

@ -95,8 +95,8 @@ BRANDING_ADDITIONAL_FEATURES=""
#######################################################################
if [ -z "$BUILD_NUMBER" ]; then
echo "No BUILD_NUMBER set, assume developer build: set BUILD_NUMBER to 99.99.99.0"
BUILD_NUMBER=99.99.99.0
echo "No BUILD_NUMBER set, assume developer build: set BUILD_NUMBER to 99"
BUILD_NUMBER=99
fi