raw_exec: move package outside of plugins dir
This commit is contained in:
parent
8b876e1cce
commit
1f6873806e
|
@ -374,7 +374,6 @@ func (r *RawExecDriver) InspectTask(taskID string) (*drivers.TaskStatus, error)
|
|||
ID: handle.task.ID,
|
||||
Name: handle.task.Name,
|
||||
State: handle.procState,
|
||||
SizeOnDiskMB: 0,
|
||||
StartedAt: handle.startedAt,
|
||||
CompletedAt: handle.completedAt,
|
||||
ExitResult: handle.exitResult,
|
Loading…
Reference in New Issue