Merge pull request #812 from DDRBoxman/patch-4

CI: Exit on errors when building the OSX package
This commit is contained in:
Jim 2017-02-25 09:49:57 -08:00 committed by GitHub
commit 4f417aa39c

View File

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