From: platania Date: Mon, 20 Feb 2017 01:33:18 +0000 (-0500) Subject: Testing Raw repo credentials X-Git-Tag: 1.0.0-Amsterdam~410 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=beb0f1b5b09d025c1abf0cc61f14036a1519f061 Testing Raw repo credentials Change-Id: I0aa0971488302a55889fb0687cfbaba8dc4e45db Signed-off-by: platania --- 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/{}