feat: add todo marker
This commit is contained in:
parent
e434cf132d
commit
1f6f0063ac
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ pub fn launch_init_containers(ctx: &AppCtx, target: &Target) -> Option<Vec<Archi
|
|||
let logs = ctx.docker.get_logs(&name);
|
||||
let exit_code = ctx.docker.get_exit_status(&name);
|
||||
ctx.docker.rm_container(&name, true);
|
||||
// TODO:fail when success == false
|
||||
let c = ArchivableInitResult {
|
||||
success: exit_code == 0,
|
||||
exit_code,
|
||||
|
|
Loading…
Reference in a new issue