Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gearcmd/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (conf TaskConfig) doProcess(job baseworker.Job, envVars []string, tryCount
return
}
close(started)
job.UpdateStatus(0, 1)
// Save the cmdErr. We want to process stdout and stderr before we return it
cmdErr := cmd.Wait()
stdoutWriter.Close()
Expand Down