mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-18 10:11:57 +01:00
13 lines
266 B
Bash
Executable File
13 lines
266 B
Bash
Executable File
#!/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
|