aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/deploy.sh5
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/{}