Merge "C library update for VES5.4.1"
authorMarco Platania <platania@research.att.com>
Wed, 15 Aug 2018 13:35:35 +0000 (13:35 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 15 Aug 2018 13:35:35 +0000 (13:35 +0000)
heat/vCPE/vgmux/build_vcpe_vgmux.yaml

index ea00766..f7d843d 100644 (file)
@@ -204,7 +204,7 @@ resources:
             # Download and run install script
             apt-get -y install unzip
             if [[ "__script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
-            curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__install_script_version__" -o /opt/vcpe-scripts-__script_version__.zip
+            curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__script_version__" -o /opt/vcpe-scripts-__script_version__.zip
             unzip -j /opt/vcpe-scripts-__script_version__.zip -d /opt v_gmux_build.sh
             cd /opt
             chmod +x v_gmux_build.sh