forked from vieter-v/vieter
fix(cron): made Daemon.run infallible
This commit is contained in:
parent
37c27ae84b
commit
325dcc27de
3 changed files with 87 additions and 28 deletions
|
|
@ -25,5 +25,5 @@ pub fn cron(conf Config) ? {
|
|||
mut d := daemon.init_daemon(logger, conf.address, conf.api_key, conf.base_image, ce,
|
||||
conf.max_concurrent_builds, conf.api_update_frequency, conf.image_rebuild_frequency) ?
|
||||
|
||||
d.run() ?
|
||||
d.run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue