Merge pull request #6301 from akallabeth/release_zip
Fixed bug with creating release source_version
This commit is contained in:
commit
c205e75a23
@ -1,12 +1,11 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
function run {
|
||||
echo "[RUN] $@"
|
||||
"$@"
|
||||
RES=$?
|
||||
if [[ $RES -ne 0 ]];
|
||||
then
|
||||
echo "[ERROR] $@ retured $RES"
|
||||
echo "[ERROR] $@ returned $RES" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user