forked from vieter-v/vieter
feat(cron): upload logs after build
This commit is contained in:
parent
e79d18100f
commit
ea4c4fce16
3 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue