From c32a412f4223460790e82a1c8a6590e441ff682f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 2 Nov 2021 23:19:18 +0300 Subject: [PATCH] Builder: echo commands in image-ros.sh --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index ac2a98ae..cb647c4f 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -13,7 +13,7 @@ # copies or substantial portions of the Software. # -set -e # Exit immidiately on non-zero result +set -ex # exit on error, echo commands REPO=$1 REF=$2