aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-04-24 18:34:02 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2018-04-24 18:34:02 +0200
commit821548d7c28d7f0224e6b540689367047263bf73 (patch)
treefe451f0be8d787958a0eba72919a508a39ca622a /leg-kolla
parentff31382ff2bab3bac0aab4cd3bf36dec1bb537bc (diff)
leg-kolla*: now we can allow it to fail
We are building own set of images where each of them should build. The whole after-build cleanup is done in cleanup_exit() which happens anyway despite of success/failure. So let allow a build to fail. Depends-On: I586cacfe4361b44a31d6497920796188c9e5498e Change-Id: I4ade68e4d4f4bb5382368b8c8334b72797fbe328
Diffstat (limited to 'leg-kolla')
-rw-r--r--leg-kolla/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/leg-kolla/build.sh b/leg-kolla/build.sh
index b2167aa845..3756b26c2a 100644
--- a/leg-kolla/build.sh
+++ b/leg-kolla/build.sh
@@ -71,5 +71,4 @@ kolla_namespace=linaro
--threads ${THREADS_OPT} \
--tag ${kolla_tag} \
--type source \
- --namespace ${kolla_namespace} || true
-
+ --namespace ${kolla_namespace}