Builder: echo commands in image-ros.sh

This commit is contained in:
Oleg Kalachev
2021-11-02 23:19:18 +03:00
parent 810ddb4157
commit c32a412f42

View File

@@ -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