Update download url of vfc dockerfile 47/21147/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sun, 29 Oct 2017 02:02:42 +0000 (10:02 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sun, 29 Oct 2017 02:02:42 +0000 (10:02 +0800)
Change download url from snapshots to staging

Change-Id: Ib71ccc9be7c38f51e3e652e49dc783913cb09b21
Issue-Id: VFC-563
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
ems/microservice-standalone/src/main/assembly/docker/Dockerfile

index 9669dd3..a3dd32c 100755 (executable)
@@ -13,7 +13,7 @@ WORKDIR /service
 RUN mkdir emsdriver
 
 # get binary zip from nexus
-RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
+RUN wget -q -O emsdiver-standalone.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.driver.ems.ems&a=emsdriver-standalone&v=LATEST&e=zip' && \
     unzip emsdiver-standalone.zip -d emsdriver && \
     rm -rf emsdiver-standalone.zip