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