mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 11:11:58 +01:00
run-nightly.sh: don't print date until end
This commit is contained in:
parent
65f1f9babc
commit
94f2a5c09b
@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
./build.sh nightly-$(date -u +%F)
|
./build.sh nightly-$(date -u +%F)
|
||||||
date
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "Running cron.sh (hiding verbose output)"
|
echo "Running cron.sh (hiding verbose output)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user