From beb0f1b5b09d025c1abf0cc61f14036a1519f061 Mon Sep 17 00:00:00 2001 From: platania Date: Sun, 19 Feb 2017 20:33:18 -0500 Subject: [PATCH] Testing Raw repo credentials Change-Id: I0aa0971488302a55889fb0687cfbaba8dc4e45db Signed-off-by: platania --- scripts/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) 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/{} -- 2.16.6