fixed snapshot repo location
Change-Id: I406145ca88684e4b6edbb0e8c32b51993a38cddc
Signed-off-by: lj1412 <lji@research.att.com>
diff --git a/jjb/dcae/script-dmaapbc-merge.sh b/jjb/dcae/script-dmaapbc-merge.sh
index a80190f..dd35091 100755
--- a/jjb/dcae/script-dmaapbc-merge.sh
+++ b/jjb/dcae/script-dmaapbc-merge.sh
@@ -8,13 +8,13 @@
# !!! make sure the yaml file include docker-login as a builder before calling
# this script
-IMAGE="dcae_dmaapbc"
-TAG="1.0.0"
+IMAGE='dcae_dmaapbc'
+TAG='1.0.0'
LFQI="${IMAGE}:${TAG}"
BUILD_PATH="${WORKSPACE}"
# build a docker image
-docker build --rm -f ${WORKSPACE}/Dockerfile -t ${LFQI} ${BUILD_PATH}
+docker build --rm -f "${WORKSPACE}"/Dockerfile -t "${LFQI}" "${BUILD_PATH}"
#
@@ -23,7 +23,7 @@
# io registry DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
# release registry nexus3.openecomp.org:10002 \
# snapshot registry nexus3.openecomp.org:10003"
-REPO="nexus3.openecomp.org:10002"
+REPO='nexus3.openecomp.org:10003'
RFQI="${REPO}/${LFQI}"
docker tag ${LFQI} ${RFQI}
docker push ${RFQI}