aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gcc-release-automation.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-05-17 12:52:50 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-05-17 12:52:50 +0200
commit5de833f93e89143f1dbdbd8cc6921b1bc9421341 (patch)
tree10d0806c35ff0480e72f47673273c7901b5ef137 /tcwg-gcc-release-automation.yaml
parenta4a9753371044012be90ef84fd39fa60917390de (diff)
tcwg-gcc-release-automation: Fix upload path.
Change-Id: Idece780bc1a27b5c0882c4ac78b7cecce1f55ec3
Diffstat (limited to 'tcwg-gcc-release-automation.yaml')
-rw-r--r--tcwg-gcc-release-automation.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcwg-gcc-release-automation.yaml b/tcwg-gcc-release-automation.yaml
index c004c260..92e2e4c8 100644
--- a/tcwg-gcc-release-automation.yaml
+++ b/tcwg-gcc-release-automation.yaml
@@ -143,9 +143,10 @@
pushd /home/tcwg-buildslave/logs/${JOB_NAME}-${tag}-${BUILD_NUMBER}
- mkdir -p /home/tcwg-buildslave/sources/$upload_dir
+ upload_path=/home/tcwg-buildslave/releases/sources
+ mkdir -p ${upload_path}/$upload_dir
for i in * ; do
- cp ${i}/gcc-linaro-*-manifest.txt /home/tcwg-buildslave/sources/${upload_dir}/${i}-gcc-${tag}-manifest.txt
+ cp ${i}/gcc-linaro-*-manifest.txt ${upload_path}/${upload_dir}/${i}-gcc-${tag}-manifest.txt
done
popd 1>/dev/null