diff options
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_install.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_install.sh | 1 |
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: --> |