maint: make the script fail if apps returns non 0
Some checks failed
link / Link assets on Linux (push) Failing after 1m21s
Some checks failed
link / Link assets on Linux (push) Failing after 1m21s
This commit is contained in:
parent
71e82b118c
commit
d925338af1
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Validate OAT version
|
# Validate OAT version
|
||||||
if [[ -z "$OAT_VERSION" ]]; then
|
if [[ -z "$OAT_VERSION" ]]; then
|
||||||
echo "No OAT version was specified, please set the OAT_VERSION environment variable."
|
echo "No OAT version was specified, please set the OAT_VERSION environment variable."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user