summaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/scripts/v_lb_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-06-08 09:28:50 -0400
committerMarco Platania <platania@research.att.com>2018-06-08 09:28:50 -0400
commitf51c4ed1634c1fad68ce7430d56e3af28a659770 (patch)
tree2c85de2c0c582f930c4286f642ca2ead2871f23a /vnfs/vLBMS/scripts/v_lb_install.sh
parentd898508701c6b510122d59bc98bacff89f601058 (diff)
Point install/init scripts to released aritfacts
Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_install.sh')
-rw-r--r--vnfs/vLBMS/scripts/v_lb_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh
index 50678c7c..e81bf10f 100644
--- a/vnfs/vLBMS/scripts/v_lb_install.sh
+++ b/vnfs/vLBMS/scripts/v_lb_install.sh
@@ -84,7 +84,7 @@ cd honeycomb-api
git remote add origin https://gerrit.onap.org/r/p/demo.git
git config core.sparsecheckout true
echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
-git pull --depth=1 origin master
+git pull --depth=1 origin beijing
mkdir ~/.m2
cat > ~/.m2/settings.xml << EOF