From 8246cc9835da2d1db5751245972e36afe8874134 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 Dec 2025 07:41:57 +0800 Subject: [PATCH] build.sh: print date when starting --- automated/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/build.sh b/automated/build.sh index d29981b5..9908a2f1 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -5,6 +5,7 @@ # SC1091: Secrets are sourced from a file that doesn't exist in the tree. # SC2001: Pattern substitution is too hard to use; don't recommend it. +date set -eu +x -o pipefail ROOT=$(cd "$(dirname $0)" ; pwd)