Sleep for one hour in nightly build loop to make it easier for humans to calculate when next build will start.

This commit is contained in:
Andreas Ländle 2024-10-31 07:13:47 +01:00
parent b159bc015f
commit 019156f6a0

View File

@ -8,6 +8,6 @@ while true; do
${1:+exit 0}
date
sleep 49m
sleep 60m
echo
done