build fail if any command fails.
This commit is contained in:
parent
3dce6b1204
commit
1c1f638be7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
BASE="${PWD}/../"
|
||||
|
|
|
|||
Loading…
Reference in a new issue