From 1acbde6039636fde4724242d1f0aa333d091677c Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 5 Jul 2017 12:42:47 -0400 Subject: [PATCH] Revert "dump some env-var on deploy to debug it" This reverts commit 30977a73569a202c0c449cf13882d39f8b113e17. This was only for testing Change-Id: I07ee981b8dfba0a9d82e0fa63a0ba94278fc1c5e --- scripts/deploy-packages.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/deploy-packages.sh b/scripts/deploy-packages.sh index 29573564..580be505 100755 --- a/scripts/deploy-packages.sh +++ b/scripts/deploy-packages.sh @@ -173,7 +173,7 @@ EOF function deploy() { - if [ -f "${SSH_IDENTIY_FILE}" ]; + if [ -f ${SSH_IDENTIY_FILE} ]; then RSYNC_RSH="ssh -i ${SSH_IDENTIY_FILE}" fi @@ -182,8 +182,6 @@ function deploy() echo "##########################" echo "## deploying repository ##" echo "##########################" - echo ${RSYNC_RSH} - echo rsync --archive --recursive --verbose --delete ${DISTRIBUTION_REPOSITOIRY_FOLDER} ${REMOTE_REPOSITORY_LOCATION} rsync --archive --recursive --verbose --delete ${DISTRIBUTION_REPOSITOIRY_FOLDER} ${REMOTE_REPOSITORY_LOCATION} # deploy the manual download files -- GitLab