From 912241d22e97ff643cc0366f83dc4f74cf8a0c9c Mon Sep 17 00:00:00 2001 From: Lusheng Date: Thu, 11 May 2017 22:55:57 +0000 Subject: onap.org in netrc Change-Id: I653402740ff9603ba863d039608f4ded3abd3f81 Signed-off-by: Lusheng --- script-pgaas-deb-build.sh | 1 + 1 file changed, 1 insertion(+) 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" ;; -- cgit 1.2.3-korg