ci.py: sleep

This commit is contained in:
Daniel Marjamäki 2014-09-08 17:39:18 +02:00
parent 5fecd4c194
commit da3e8606ec
1 changed files with 3 additions and 5 deletions

View File

@ -94,13 +94,11 @@ def gitpull():
return False
t0 = datetime.date.today()
t0 = None
while True:
if datetime.date.today() != t0:
print("generate daily reports")
t0 = datetime.date.today()
gitpull()
generate_webreport()
if gitpull() == True:
print("make test")
# maketest(False) # Integral make test build
time.sleep(60)