Engine: don't log job stdout to engine stdout (it might be non-text output, for example tar data for 'export'
Upstream-commit: 50f3a696bdfde5aed8f020fbac24af4c6c653ca9 Component: engine
This commit is contained in:
@@ -112,7 +112,6 @@ func (eng *Engine) Job(name string, args ...string) *Job {
|
||||
Stdout: NewOutput(),
|
||||
Stderr: NewOutput(),
|
||||
}
|
||||
job.Stdout.Add(utils.NopWriteCloser(eng.Stdout))
|
||||
job.Stderr.Add(utils.NopWriteCloser(eng.Stderr))
|
||||
handler, exists := eng.handlers[name]
|
||||
if exists {
|
||||
|
||||
Reference in New Issue
Block a user