diff options
author | lj1412 <lji@research.att.com> | 2017-02-16 14:31:40 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-16 14:31:40 +0000 |
commit | 75c945bf076f059dc5e60427cbea68466be781f6 (patch) | |
tree | b497ecbf91c1d2491a72438ec3b0a8fdb67b8bc6 /jjb/dcae | |
parent | 673c96344752e365121903197ef5369488dfe6e8 (diff) |
fixed repo posting path
Change-Id: I354f736245d82a3024df7eabe2a0a23938d647de
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'jjb/dcae')
-rw-r--r-- | jjb/dcae/include-raw-pgaas.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/dcae/include-raw-pgaas.sh b/jjb/dcae/include-raw-pgaas.sh index cf3936eea..cd84b03b4 100644 --- a/jjb/dcae/include-raw-pgaas.sh +++ b/jjb/dcae/include-raw-pgaas.sh @@ -21,11 +21,11 @@ echo $NEXUS_RAW export REPACKAGEDEBIANUPLOAD="set -x; curl -k \ --netrc-file '${NETRC}' \ --upload-file '{0}' \ - '${NEXUS_RAW}/org.openecomp.dcae/deb-snapshots/{2}/{1}'" + '${NEXUS_RAW}/org.openecomp.dcae.pgaas/deb-snapshots/{2}/{1}'" export REPACKAGEDEBIANUPLOAD2="set -x; curl -k \ --netrc-file '${NETRC}' \ --upload-file '{0}' \ - '${NEXUS_RAW}/org.openecomp.dcae/deb-snapshots/{2}/{4}-LATEST.deb'" + '${NEXUS_RAW}/org.openecomp.dcae.pgaas/deb-snapshots/{2}/{4}-LATEST.deb'" make debian echo "================= ENDING SCRIPT TO CREATE DEBIAN FILES =================" |