From 0960e83ff33bbcb00f1066a418d596a97e2906f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ospal=C3=BD?= Date: Fri, 17 Jul 2020 12:20:11 +0200 Subject: [PATCH] B #4964: Fail fast when error (#84) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr OspalĂ˝ (cherry picked from commit 4535528aa86a64d0d27d23d5e924fde149838987) --- src/mad/sh/create_container_image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mad/sh/create_container_image.sh b/src/mad/sh/create_container_image.sh index a29bb636cf..2908f5f8ba 100755 --- a/src/mad/sh/create_container_image.sh +++ b/src/mad/sh/create_container_image.sh @@ -16,6 +16,8 @@ # limitations under the License. # #--------------------------------------------------------------------------- # +set -e + #------------------------------------------------------------------------------- # Configuration attributes and parameters #-------------------------------------------------------------------------------