From: lj1412 Date: Thu, 16 Feb 2017 03:07:15 +0000 (+0000) Subject: fixed unbalanced single quote X-Git-Tag: 1.0.0-Amsterdam~728^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f046e10cb485473a5673f3319a2a59553b6d5515;p=ci-management.git fixed unbalanced single quote Change-Id: Iaed154feab1e9e82f4c17861fc2bd644b4abc691 Signed-off-by: lj1412 --- diff --git a/jjb/dcae/include-raw-pgaas.sh b/jjb/dcae/include-raw-pgaas.sh index cded4b1e6..505c7698c 100644 --- a/jjb/dcae/include-raw-pgaas.sh +++ b/jjb/dcae/include-raw-pgaas.sh @@ -18,7 +18,7 @@ echo $OPENECOMP_NEXUS_USER echo $OPENECOMP_NEXUS_PASSWORD export REPACKAGEDEBIANUPLOAD="set -x; curl -k \ - --user ${OPENECOMP_NEXUS_USER}:${OPENECOMP_NEXUS_PASSWORD}' \ + --user '${OPENECOMP_NEXUS_USER}:${OPENECOMP_NEXUS_PASSWORD}' \ --upload-file '{0}' \ '${OPENECOMP_NEXUS_RAW}/org.openecomp.dcae/deb-snapshots/{2}/{1}'" export REPACKAGEDEBIANUPLOAD2="set -x; curl -k \