raw_exec: move package outside of plugins dir

This commit is contained in:
Nick Ethier 2018-09-26 15:04:21 -04:00 committed by Michael Schurter
parent 8b876e1cce
commit 1f6873806e
2 changed files with 0 additions and 1 deletions

View File

@ -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,