Turn on commands echoing

This commit is contained in:
Oleg Kalachev
2021-03-17 18:18:16 +03:00
parent 8a95789d77
commit 9270b6a278

View File

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