Use bash -e in build script
This commit is contained in:
parent
1c8ccbf0cd
commit
e855ee6758
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
composer install
|
composer install
|
||||||
|
|
||||||
git rev-parse HEAD > VERSION
|
git rev-parse HEAD > VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue