Merge pull request #812 from DDRBoxman/patch-4
CI: Exit on errors when building the OSX package
This commit is contained in:
commit
4f417aa39c
@ -1,3 +1,6 @@
|
||||
# Exit if something fails
|
||||
set -e
|
||||
|
||||
export GIT_HASH=$(git rev-parse --short HEAD)
|
||||
export FILE_DATE=$(date +%Y-%m-%d.%H:%M:%S)
|
||||
export FILENAME=$FILE_DATE-$GIT_HASH-osx.pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user