maint: make the script fail if apps returns non 0
Some checks failed
link / Link assets on Linux (push) Failing after 1m21s

This commit is contained in:
6arelyFuture 2024-04-28 09:50:21 +00:00
parent 71e82b118c
commit d925338af1

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
# Validate OAT version
if [[ -z "$OAT_VERSION" ]]; then
echo "No OAT version was specified, please set the OAT_VERSION environment variable."