mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 12:41:58 +01:00
new automated/run-nightly.sh driving nightly builds and stackage-server-cron
This commit is contained in:
parent
8d29f22605
commit
f79fc1ee0d
12
automated/run-nightly.sh
Executable file
12
automated/run-nightly.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
/opt/stackage-build/stackage/automated/build.sh nightly-$(date -u +%F)
|
||||||
|
date
|
||||||
|
echo
|
||||||
|
|
||||||
|
/home/ubuntu/stackage-server-cron.sh | grep -v Skipping | tee -a /home/ubuntu/stackage-server-cron.log
|
||||||
|
date
|
||||||
|
|
||||||
|
sleep 30m
|
||||||
|
done
|
||||||
Loading…
Reference in New Issue
Block a user