From 4a403b2399726b407322d4831ace3886593ba2bd Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 9 Apr 2021 05:19:40 +0300 Subject: [PATCH] Be verbose --- 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 ad74f9d9..35a6bf34 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 immidiately on non-zero result REPO=$1 REF=$2