tools/fast: run the job every minute
parent
9f59b04e86
commit
32cd2846f5
|
@ -21,7 +21,7 @@ fn main() {
|
||||||
println('failed to git pull. uncommitted changes?')
|
println('failed to git pull. uncommitted changes?')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
println('running fast')
|
// println('running fast')
|
||||||
resp := os.exec('./fast') or {
|
resp := os.exec('./fast') or {
|
||||||
println(err)
|
println(err)
|
||||||
return
|
return
|
||||||
|
@ -36,7 +36,7 @@ fn main() {
|
||||||
os.system('git push origin gh-pages')
|
os.system('git push origin gh-pages')
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
}
|
}
|
||||||
println('sleeping 20')
|
// println('sleeping 60')
|
||||||
time.sleep(20)
|
time.sleep(60)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue