Fixed bug with creating release source_version

This commit is contained in:
Armin Novak 2020-06-23 09:30:08 +02:00
parent f3fc2b7096
commit 5490ce5099
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash -e
function run {
echo "[RUN] $@"
"$@"
RES=$?
if [[ $RES -ne 0 ]];