Skip to content

Commit

Permalink
Removing setting relative directory from task dir
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jun 12, 2016
1 parent 12f3da9 commit cdfc811
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/driver/executor/executor_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,6 @@ func (e *UniversalExecutor) configureChroot() error {
return err
}

rel, err := filepath.Rel(e.taskDir, e.cmd.Path)
if err != nil {
return err
}
e.cmd.Path = rel

return nil
}

Expand Down

0 comments on commit cdfc811

Please sign in to comment.