aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoreh552t <eh552t@intl.att.com>2019-03-19 12:31:16 +0100
committereh552t <eh552t@intl.att.com>2019-03-19 12:31:28 +0100
commit2567a780319439cf92d1f9ec803cef88a1bfcee7 (patch)
tree7bfb5ccbe633979f3d1061c7a8c3d47c18602251 /scripts
parent1417adf86bfa3547ce1a25ab82af63444d4d6486 (diff)
Fix CSIT add branch name
Change-Id: Idaba53f843c27b133a33899867427f028d2fc03d Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-233
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clamp/clone_clamp_and_change_dockercompose.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clamp/clone_clamp_and_change_dockercompose.sh b/scripts/clamp/clone_clamp_and_change_dockercompose.sh
index c2c0de4d..4e3eb582 100755
--- a/scripts/clamp/clone_clamp_and_change_dockercompose.sh
+++ b/scripts/clamp/clone_clamp_and_change_dockercompose.sh
@@ -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