mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
run-nightly.sh: do a git pull first
This ensures we have the latest repo files locally before starting
This commit is contained in:
parent
e9844f55ac
commit
64e8d451b0
@ -3,6 +3,7 @@
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
while true; do
|
||||
git pull
|
||||
./build.sh nightly-$(date -u +%F)
|
||||
date
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user