aboutsummaryrefslogtreecommitdiff
path: root/post-build-rpm.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-03-03 12:43:59 +0200
committerRiku Voipio <riku.voipio@linaro.org>2016-03-03 12:54:49 +0200
commit5c3f03b9cf54e27272a705b9f77b1c66de8cf076 (patch)
treefcdebf36158abe6be117fab257c7dd9e1b835ce2 /post-build-rpm.yaml
parent0473c1a29f43887d2fe8b18e4ee52b27415b43ec (diff)
build-rpm: fix rpm passing
Well it was broken both ways - build-rpm doesn't copy rpm's to right place - post-build-rpm didn't enumerate all possible directories Change-Id: I2db57bb7ca1e7df0379e23eb5e978a0a3ae07262 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'post-build-rpm.yaml')
-rw-r--r--post-build-rpm.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/post-build-rpm.yaml b/post-build-rpm.yaml
index 22f13c6985..9554d881c2 100644
--- a/post-build-rpm.yaml
+++ b/post-build-rpm.yaml
@@ -13,8 +13,6 @@
linaro:
- job-read
- job-extended-read
- - job-workspace
- - job-configure
- job-build
- job-cancel
parameters:
@@ -29,7 +27,7 @@
builders:
- shell: |
#!/bin/bash
- set -ex
+ set -e
echo "Build success: ${build_success}"
echo "Job name: ${pkg_job_name}"
echo "Repo: ${repo}"