From e379f03524c3883209d74d930cd222e9f80963a3 Mon Sep 17 00:00:00 2001 From: Maria Farooq Date: Tue, 11 Oct 2016 19:46:34 +0500 Subject: [PATCH] New release candidate 8.0.0.ccProductization-local --- release/build-restcomm-local.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/build-restcomm-local.sh b/release/build-restcomm-local.sh index 500e8d9150..30535782f7 100755 --- a/release/build-restcomm-local.sh +++ b/release/build-restcomm-local.sh @@ -1,9 +1,9 @@ #!/bin/bash export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" export ANT_HOME=/opt/ant/apache-ant-1.8.3 -#export WORKSPACE=/tmp/workspace -#mkdir $WORKSPACE -#cp -ar ../* $WORKSPACE +export WORKSPACE=/tmp/workspace +mkdir $WORKSPACE +cp -ar ../* $WORKSPACE CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD` export MAJOR_VERSION_NUMBER=8.0.0