fix bug of docker file 08/87608/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 14 May 2019 01:35:09 +0000 (09:35 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 14 May 2019 01:35:40 +0000 (09:35 +0800)
Change-Id: Id6ce5e5c3b1ec4239987e4947e0f7c1780343dcb
Issue-ID: VFC-1386
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/docker-env-conf.sh

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