public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] ci: Terminate ci_build.sh on errors
@ 2018-12-17  8:30 Jan Kiszka
  2018-12-17 14:58 ` Jan Kiszka
  2018-12-19 11:43 ` Maxim Yu. Osipov
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2018-12-17  8:30 UTC (permalink / raw)
  To: isar-users, Maksim Osipov

Otherwise, we may paper over real problems.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

We may have a bug in next (which revealed this bug), currently
reproducing without local patches.

 scripts/ci_build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 62092ca..f3523e8 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -5,6 +5,8 @@
 
 #!/bin/sh
 
+set -e
+
 ES_BUG=3
 
 # Export $PATH to use 'parted' tool
-- 
2.16.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-19 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-17  8:30 [PATCH] ci: Terminate ci_build.sh on errors Jan Kiszka
2018-12-17 14:58 ` Jan Kiszka
2018-12-19 11:43 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox