job: log success when finished
This commit is contained in:
parent
a3fbef6fc6
commit
7c21d65920
|
@ -159,6 +159,10 @@ impl Job {
|
|||
self.update_repo()?;
|
||||
}
|
||||
|
||||
self.update_mirrors()
|
||||
self.update_mirrors(config)?;
|
||||
|
||||
info!("Done processing job {}!", self.repo.full_name);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue