diff options
-rwxr-xr-x | script-pgaas-deb-build.sh | 1 |
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" ;; |