aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscript-pgaas-deb-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/script-pgaas-deb-build.sh b/script-pgaas-deb-build.sh
index 05aad81..09b3455 100755
--- a/script-pgaas-deb-build.sh
+++ b/script-pgaas-deb-build.sh
@@ -30,6 +30,7 @@ PASS=$(xpath -q -e \
# Create a netrc file for use with curl
export NETRC=$(mktemp)
echo "machine nexus.openecomp.org login ${USER} password ${PASS}" > "${NETRC}"
+echo "machine nexus.onap.org login ${USER} password ${PASS}" >> "${NETRC}"
case "$phase" in
verify|merge ) REPO="${NEXUS_RAW}/org.openecomp.dcae.pgaas/deb-snapshots" ;;