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

Revert "dump some env-var on deploy to debug it"

This reverts commit 30977a73.

This was only for testing

Change-Id: I07ee981b8dfba0a9d82e0fa63a0ba94278fc1c5e
parent 30977a73
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,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
......
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