Skip to content
Snippets Groups Projects
Commit 30977a73 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

dump some env-var on deploy to debug it

Change-Id: Ib1bac699017304cc298d430ca4c329010e9f0ec4
parent 3c0d152e
No related branches found
No related tags found
No related merge requests found
......@@ -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,6 +182,8 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment