diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 8750ed00..0b2983bf 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