feat(cron): upload logs after build

This commit is contained in:
Jef Roosens 2022-05-08 15:07:54 +02:00
parent e79d18100f
commit ea4c4fce16
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 12 additions and 4 deletions

View file

@ -73,7 +73,8 @@ pub fn create_build_image(base_image string) ?string {
return image.id
}
struct BuildResult {
pub struct BuildResult {
pub:
start_time time.Time
end_time time.Time
exit_code int