X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvLBMS%2Fscripts%2Fv_dns_install.sh;fp=vnfs%2FvLBMS%2Fscripts%2Fv_dns_install.sh;h=635ba54390b31dc39a24fe4334c18d4158e599ed;hb=3e3c32830d7505ce6fa0939555b840ca8de813e1;hp=606a7ff43eae45d7dae2bd7784f21bf2737365df;hpb=109134ef4989c740218dfb97e10ae7fa8585fc9e;p=demo.git diff --git a/vnfs/vLBMS/scripts/v_dns_install.sh b/vnfs/vLBMS/scripts/v_dns_install.sh index 606a7ff4..635ba543 100644 --- a/vnfs/vLBMS/scripts/v_dns_install.sh +++ b/vnfs/vLBMS/scripts/v_dns_install.sh @@ -65,7 +65,7 @@ sed -i 's/vnfc=.*/vnfc=vDNS/g' /opt/config/properties.conf mkdir honeycomb-api git init honeycomb-api cd honeycomb-api -git remote add origin https://gerrit.onap.org/r/p/demo.git +git remote add origin https://gerrit.onap.org/r/demo.git git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout git pull --depth=1 origin master