summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-16 11:29:33 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-16 11:29:33 +0000
commit3ecb29cbd2a3de8d2394baf49709ab2f6cfb3af8 (patch)
treebbe6e547e6f91455b82184ed0b0d1da788abc31e
parentb9390a23997860de9e177869d1da7cd271198346 (diff)
parentf046e10cb485473a5673f3319a2a59553b6d5515 (diff)
Merge "fixed unbalanced single quote"
-rw-r--r--jjb/dcae/include-raw-pgaas.sh2
1 files changed, 1 insertions, 1 deletions
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 \