fixup! automated: add latest symlinks for nightly and lts logs

This commit is contained in:
Jens Petersen 2026-02-18 19:39:55 +08:00
parent 808fb07903
commit ba119f8265

View File

@ -10,7 +10,7 @@ esac
while true; do
git pull
LOG_FILE="nightly-build-$(date -u +%F_%T).log"
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd"
time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE
${cmd:+exit 0}
${once:+date; exit 0}
echo "$0: run completed at $(date)"