run-nightly.sh: remove the extra date

This commit is contained in:
Jens Petersen 2016-12-07 18:13:46 +09:00
parent 6e379c60d6
commit 01627f7f89

View File

@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
while true; do
./build.sh nightly-$(date -u +%F)
date
sleep 30m
done