Be verbose

This commit is contained in:
Oleg Kalachev
2021-04-09 05:19:40 +03:00
parent ed64507bef
commit 4a403b2399

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