2025-11-22 09:35:03 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
# Tell this script to exit if there are any errors.
|
|
|
|
|
# You should have this in every custom script, to ensure that your completed
|
|
|
|
|
# builds actually ran successfully without any errors!
|
2025-11-22 14:46:08 +02:00
|
|
|
set -oue pipefail
|