From 96213d644b879b5a1f1a2b851eecb3ec2bad49c5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 12 Oct 2022 16:15:57 +0100 Subject: [PATCH] Make bash scripts exit on error rather than continue (#9396) --- scripts/ci/layered.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/layered.sh b/scripts/ci/layered.sh index fdde9dd828..bb002bd3ab 100755 --- a/scripts/ci/layered.sh +++ b/scripts/ci/layered.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -ex + # Creates a layered environment with the full repo for the app and SDKs cloned # and linked. This gives an element-web dev environment ready to build with # the current react-sdk branch and any matching branches of react-sdk's dependencies