diff options
author | platania <platania@research.att.com> | 2017-02-19 20:33:18 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-19 20:33:18 -0500 |
commit | beb0f1b5b09d025c1abf0cc61f14036a1519f061 (patch) | |
tree | c58ff8ec7212df8eaae1db5d30a23c6666557222 /scripts | |
parent | fe8a06b1af64d4ecdf3f0ee9854a621068c47e14 (diff) |
Testing Raw repo credentials
Change-Id: I0aa0971488302a55889fb0687cfbaba8dc4e45db
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8d2f0e5f..3e099406 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -22,6 +22,11 @@ NETRC=$(mktemp) echo "machine nexus.openecomp.org login ${USER} password ${PASS}" > "${NETRC}" ####################################### +echo "##### TEST #####" +cat "${NETRC}" +echo "Username: ${USER}; Password: ${PASS}" +echo "################" + ##### Upload scripts into Nexus raw repository ##### cd $PATH_TO_BOOT ls | xargs -I{} curl -vk --netrc-file '${NETRC}' --upload-file {} $REPO_URL/$BOOT_GROUP_ID/$VERSION/{} |