aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-10-13 09:54:20 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-10-13 08:15:16 +0000
commit601b7f9e9c97211578505e9c0b73fbcf811c0bb6 (patch)
tree435495175014ff4131afdf32d55200bd6e39a420
parentc184cf1bda7a8a5d1cd489fb8080d2ee507611de (diff)
Set OCLIP version to 5.0.3 .
Currently ONAP cli (OCLIP) version is set to be "latest", unfortunately newest version have bug that causes oclip to return error, when it is called by marketplace Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Iec639cb035f1fe43a78144fc47a4fa7fcf4033a4 Issue-ID: VNFSDK-698
-rw-r--r--vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh b/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh
index 6109d408..89222818 100644
--- a/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh
+++ b/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh
@@ -30,7 +30,8 @@ fi
echo ################ Install OCLIP
-VTP_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=releases&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST"
+OCLIP_VERSION="5.0.3"
+VTP_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=releases&g=org.onap.cli&a=cli-zip&e=zip&v=$OCLIP_VERSION"
VTP_INSTALL_DIR=/opt/vtp
VTP_ZIP=vtp.zip