xci: xci-deploy.sh: Do not 'tee' ssh output 21/41721/9
authorMarkos Chandras <mchandras@suse.de>
Tue, 12 Sep 2017 15:53:57 +0000 (09:53 -0600)
committerMarkos Chandras <mchandras@suse.de>
Thu, 14 Sep 2017 16:37:25 +0000 (17:37 +0100)
commitbdd9a222aed2ca15a47a945b5fe03e2e11584df0
treeac0bd73aacd6380b97e8560a6adf6a65df1b8e1b
parent27e42951862cc5a06d4d726779d4cb590f7f1dcf
xci: xci-deploy.sh: Do not 'tee' ssh output

Using 'tee' to capture 'ssh' command output randomly breaks with the
following error:

tee: standard output: Resource temporarily unavailable

Lets just store the log on the host and copy it back in the end.

Change-Id: I41edac138b8642e8765d5c1e5974b375b5b3203b
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/xci-deploy.sh