Fix CSIT add branch in casablanca 66/82666/1
authoreh552t <eh552t@intl.att.com>
Tue, 19 Mar 2019 11:46:42 +0000 (12:46 +0100)
committereh552t <eh552t@intl.att.com>
Tue, 19 Mar 2019 11:46:48 +0000 (12:46 +0100)
Change-Id: I8db5514ce62e42d948825b7e8af9d392e3b4a441
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-233

scripts/clamp/clone_clamp_and_change_dockercompose.sh

index c2c0de4..4e3eb58 100755 (executable)
@@ -31,7 +31,7 @@ which firefox
 # Clone Clamp repo to get extra folder that has all needed to run docker with docker-compose to start DB and Clamp
 mkdir -p $WORKSPACE/archives/clamp-clone
 cd $WORKSPACE/archives/clamp-clone
-git clone --depth 1 http://gerrit.onap.org/r/clamp -b master
+git clone --depth 1 http://gerrit.onap.org/r/clamp -b $GERRIT_BRANCH
 cd clamp/extra/docker/clamp/
 
 # Pull the Clamp docker image from nexus instead of local image by default in the docker-compose.yml