fixed version number in complib build
This commit is contained in:
parent
16c8f18c06
commit
8151173d2a
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ export PYTHONDONTWRITEBYTECODE=1
|
|||
export EXTRACT_PKG="0"
|
||||
|
||||
if [[ -z $VERSION ]]; then
|
||||
echo "Warning, setting VERSION env var to default value v1.0.0-1"
|
||||
export VERSION="v1.0.0-0"
|
||||
echo "Warning, setting VERSION env var to default value 0.0.1-0"
|
||||
export VERSION="0.0.1-0"
|
||||
fi
|
||||
echo "Building Package version: $VERSION"
|
||||
|
||||
|
|
Reference in a new issue