aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-05-11 22:55:57 +0000
committerLusheng <lji@research.att.com>2017-05-11 22:55:57 +0000
commit7d41ad61e2a3b17505123d1aa7b56fb14d3f143d (patch)
tree72522a982721d380b423a3c11e5ef36bff3d6ab9
parent48feaffcb16e1fd5eb3ce453b99797de1bd15d7a (diff)
onap.org in netrc
Change-Id: I653402740ff9603ba863d039608f4ded3abd3f81 Signed-off-by: Lusheng <lji@research.att.com>
-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" ;;