run-nightly.sh: do a git pull first

This ensures we have the latest repo files locally before starting
This commit is contained in:
Jens Petersen 2022-10-25 19:11:49 +08:00
parent e9844f55ac
commit 64e8d451b0

View File

@ -3,6 +3,7 @@
cd "$(dirname "${BASH_SOURCE[0]}")"
while true; do
git pull
./build.sh nightly-$(date -u +%F)
date