mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
Update prepareEngineeringRelease.sh
Add check for release version
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ev
|
||||
|
||||
if [ -z ${release_version} ];
|
||||
then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
DEPLOYMENT_DIR=deploy_dir
|
||||
|
||||
mkdir $DEPLOYMENT_DIR -p
|
||||
|
Reference in New Issue
Block a user