diff options
author | Lusheng <lji@research.att.com> | 2017-05-11 22:55:57 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-05-12 03:24:29 +0000 |
commit | 912241d22e97ff643cc0366f83dc4f74cf8a0c9c (patch) | |
tree | fb91ee2d00fdd9f2956d389088d03c87b865c0cc | |
parent | 3c2cd287756d0389bdcdbf7ed5e44f9a0f6379ec (diff) |
onap.org in netrcrelease-1.0.0
Change-Id: I653402740ff9603ba863d039608f4ded3abd3f81
Signed-off-by: Lusheng <lji@research.att.com>
-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" ;; |