fix bug of docker file 07/87607/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 14 May 2019 01:26:41 +0000 (09:26 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 14 May 2019 01:26:46 +0000 (09:26 +0800)
Change-Id: I93fa070ffee87704b06d0f2521cb22e6ba4c77d7
Issue-ID: VFC-1386
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/docker-env-conf.sh

index 96754de..3f34822 100755 (executable)
@@ -8,7 +8,7 @@ install_sf(){
 
     # get binary zip from nexus - vfc-nfvo-catalog
 
-    wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.catalog&a=vfc-nfvo-catalog&v=${pkg_verison}-SNAPSHOT&e=zip' && \
+    wget -q -O vfc-nfvo-catalog.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.catalog&a=vfc-nfvo-catalog&v=${pkg_verison}-SNAPSHOT&e=zip" && \
     unzip vfc-nfvo-catalog.zip && \
     rm -rf vfc-nfvo-catalog.zip && \
     pip install --upgrade setuptools pip && \