mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
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:
parent
b159bc015f
commit
019156f6a0
@ -8,6 +8,6 @@ while true; do
|
|||||||
${1:+exit 0}
|
${1:+exit 0}
|
||||||
date
|
date
|
||||||
|
|
||||||
sleep 49m
|
sleep 60m
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user