Use bash -e in build script

This commit is contained in:
Albert Santoni 2015-06-29 16:49:16 -04:00
parent 1c8ccbf0cd
commit e855ee6758
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
composer install composer install
git rev-parse HEAD > VERSION git rev-parse HEAD > VERSION