buid: forgot to add this
All checks were successful
link / Link assets on Linux (push) Successful in 36s

This commit is contained in:
6arelyFuture 2024-05-23 10:50:33 +02:00
parent 3ae54c01d8
commit 81a79f1d4d

View File

@ -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."