aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-19 14:53:33 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-19 14:53:33 +0000
commit69fb75d8fa13f510fa537c95a28ed96d4cad95a7 (patch)
tree81380f18dc55128b3c1798f507f35c88325d98c3 /tcwg-binutils.yaml
parent216021aff91a81c787ae72b0585428e35a207c4d (diff)
tcwg-binutils: Create remote dir for results before uploading.
Change-Id: I441c19a63684b63cbbf5a6d1915771afbc3cc9d7
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index ffaeba59e8..2f78d33071 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -167,7 +167,8 @@
basedir="${log_server#*:}"
log_server="${log_server%:*}"
eval dir=${log_name}
- rsync -av ${sums} ${log_server}:${basedir=}/$dir/
+ ssh ${log_server} mkdir -p ${basedir}/${dir}
+ rsync -av ${sums} ${log_server}:${basedir}/${dir}/
echo BUILD FINISHED $(date)