Testing Raw repo credentials 87/887/1
authorplatania <platania@research.att.com>
Mon, 20 Feb 2017 01:33:18 +0000 (20:33 -0500)
committerplatania <platania@research.att.com>
Mon, 20 Feb 2017 01:33:18 +0000 (20:33 -0500)
Change-Id: I0aa0971488302a55889fb0687cfbaba8dc4e45db
Signed-off-by: platania <platania@research.att.com>
scripts/deploy.sh

index 8d2f0e5..3e09940 100755 (executable)
@@ -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/{}