exit on error
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 1m32s

This commit is contained in:
Drake Marino 2025-09-02 21:39:05 +00:00
parent 43b08cb184
commit c49ee81622

View File

@ -22,6 +22,8 @@
# SOFTWARE.
#
set -e
# Default the TZ environment variable to UTC.
TZ=${TZ:-UTC}
export TZ