Fix path to repository
[demo.git] / vnfs / vLBMS / scripts / v_dns_install.sh
index 78b2d29..635ba54 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-REPO_URL_ARTIFACTS=$(cat /opt/config/repo_url_artifacts.txt)
+NEXUS_ARTIFACT_REPO=$(cat /opt/config/nexus_artifact_repo.txt)
 NB_API_VERSION=$(cat /opt/config/nb_api_version.txt)
 INSTALL_SCRIPT_VERSION=$(cat /opt/config/install_script_version.txt)
 CLOUD_ENV=$(cat /opt/config/cloud_env.txt)
@@ -65,10 +65,10 @@ 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 beijing
+git pull --depth=1 origin master
 
 mkdir ~/.m2
 cat > ~/.m2/settings.xml << EOF