aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/snapshot-jjb-container
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-28 15:08:07 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-28 15:08:07 +0100
commit750b23afa059f52d972e5373301f67add5f811dd (patch)
treece767d15d03043326e5ec255837edb272cf7eb79 /jjb/snapshot-jjb-container
parent5aaacd04beb9715b25c7bb7900b8e7b079a97e81 (diff)
Update macros to have a silent version of the manual build
Change-Id: I1b12fc80a04072f74253f49023b48a1f5cb9f130 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/snapshot-jjb-container')
-rw-r--r--jjb/snapshot-jjb-container/include-rsync-container.sh2
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