diff options
Diffstat (limited to 'jjb/snapshot-jjb-container')
-rw-r--r-- | jjb/snapshot-jjb-container/include-rsync-container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/snapshot-jjb-container/include-rsync-container.sh b/jjb/snapshot-jjb-container/include-rsync-container.sh index e2ee1b9a..e50a6eb5 100644 --- a/jjb/snapshot-jjb-container/include-rsync-container.sh +++ b/jjb/snapshot-jjb-container/include-rsync-container.sh @@ -8,6 +8,6 @@ set -e export RSYNCSRC="$(pwd)/container/" export RSYNCDST="jenkins-slave@10.30.72.8:/srv/download/AGL/snapshots/sdk/docker/" -echo " rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST " +rsync -avr -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC $RSYNCDST exit 0
\ No newline at end of file |