mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
run-nightly.sh: remove newline before cron.sh
I keep Ctrl-c'ing cron.sh by mistake, thinking it has already finished
This commit is contained in:
parent
c5fb39993d
commit
c2170ddcea
@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
while true; do
|
||||
./build.sh nightly-$(date -u +%F)
|
||||
echo
|
||||
|
||||
echo "Running cron.sh (hiding verbose output)"
|
||||
./cron.sh > cron.log 2>&1 # | grep -v '^Skipping'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user