diff options
author | Lusheng <lji@research.att.com> | 2017-05-11 22:45:06 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-05-12 03:23:51 +0000 |
commit | d24f1f6281e89885750c410ea31c7d98a45714c3 (patch) | |
tree | d4ddf380e4d494b99d97164164891078b4c9ba24 /scripts/script-apod-analytics-verify.sh | |
parent | bdf74fc50c737af82b29b3b0d5c256b9adb29bfa (diff) |
onap.org in netrcrelease-1.0.0
Change-Id: Ib8e636cfe78d9201be6343d559c1a0e6cf289195
Signed-off-by: Lusheng <lji@research.att.com>
(cherry picked from commit 8a419d88f7c2a4eb5154e7a8a1081eac1cb054c0)
Diffstat (limited to 'scripts/script-apod-analytics-verify.sh')
-rwxr-xr-x | scripts/script-apod-analytics-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/script-apod-analytics-verify.sh b/scripts/script-apod-analytics-verify.sh index b696f2d..593d636 100755 --- a/scripts/script-apod-analytics-verify.sh +++ b/scripts/script-apod-analytics-verify.sh @@ -12,7 +12,7 @@ REPO="${NEXUSPROXY}/content/sites/raw" #Create a netrc file for use with curl NETRC=$(mktemp) -echo "machine nexus.openecomp.org login $USER password $PASS" > "$NETRC" +echo "machine nexus.onap.org login $USER password $PASS" > "$NETRC" #Write an envionment var for the netrc location since it's a temp file echo "NETRC=$NETRC" > "$WORKSPACE/netrc_env.txt" |