fix: handle unset crond_line (nounset crash) and improve test diagnostics
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 12s
Docker Build and Push / build (push) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 15s
Docker Build and Push / test (push) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 17s

This commit is contained in:
2026-06-08 23:10:54 +00:00
parent 9fb7bcae49
commit d1c751ee31
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
set -o pipefail -o nounset -o errexit
echo "${crond_line}" > "/etc/crontabs/root"
echo "${crond_line:-}" > "/etc/crontabs/root"
crond -f -L /dev/stdout