summaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/scripts/v_lb_install.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-11 02:15:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-11 02:15:43 +0000
commitd0684a8de7d80f65294c0f27bf27d1993c45ec0a (patch)
tree4202009b3999e68dcb256255db3a8fcc6aa79809 /vnfs/vLBMS/scripts/v_lb_install.sh
parent839750cacc71c878282e9bb2963221322d88e0bd (diff)
parent64330239997261e341150c4ae7ef4155df1c8ab6 (diff)
Merge "Create ~/.m2 in VNFs for manual scaling"
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_install.sh')
-rw-r--r--vnfs/vLBMS/scripts/v_lb_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh
index ecccbfd7..50678c7c 100644
--- a/vnfs/vLBMS/scripts/v_lb_install.sh
+++ b/vnfs/vLBMS/scripts/v_lb_install.sh
@@ -86,6 +86,7 @@ git config core.sparsecheckout true
echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
git pull --depth=1 origin master
+mkdir ~/.m2
cat > ~/.m2/settings.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- vi: set et smarttab sw=2 tabstop=2: -->