mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
If no BUILD_NUMBER is set, assume developer build and set to 99.99.99.0
This commit is contained in:
parent
021f388f36
commit
bda5685fa3
@ -95,8 +95,8 @@ BRANDING_ADDITIONAL_FEATURES=""
|
||||
#######################################################################
|
||||
|
||||
if [ -z "$BUILD_NUMBER" ]; then
|
||||
echo "Need to set BUILD_NUMBER"
|
||||
exit 1
|
||||
echo "No BUILD_NUMBER set, assume developer build: set BUILD_NUMBER to 99.99.99.0"
|
||||
BUILD_NUMBER=99.99.99.0
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user