remove sudo again

This commit is contained in:
Matthias Kretschmann 2016-04-07 15:37:06 +02:00
parent b261a93461
commit fe48760403
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set -e;
if [ $CI_BRANCH == "master" ]; then
sudo rsync --recursive --delete --delete-excluded --checksum --verbose -e "ssh" $DEPLOY_SRC $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
rsync --recursive --delete --delete-excluded --checksum --verbose -e "ssh" $DEPLOY_SRC $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
fi;
exit;