CI: Exit on errors when building the OSX package

This commit is contained in:
Colin Edwards 2017-02-25 11:32:39 -06:00 committed by GitHub
parent 5c1984366e
commit 936c582651

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