mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
run-nightly.sh: discourage interrupting cron.sh
This commit is contained in:
parent
2324373834
commit
d13516a3a9
@ -5,8 +5,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
while true; do
|
||||
./build.sh nightly-$(date -u +%F)
|
||||
|
||||
echo "Running cron.sh (hiding verbose output)"
|
||||
./cron.sh > cron.log 2>&1 # | grep -v '^Skipping'
|
||||
date
|
||||
echo -n "Running cron.sh (do not interrupt)... "
|
||||
./cron.sh > cron.log 2>&1
|
||||
echo "done."
|
||||
echo
|
||||
date
|
||||
|
||||
Loading…
Reference in New Issue
Block a user