Let script fail if it errors.
This commit is contained in:
parent
c70092f9d9
commit
433d05336c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -x
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# Get the git commit / branch and write it into build.py.
|
# Get the git commit / branch and write it into build.py.
|
||||||
|
|
Loading…
Reference in a new issue