mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-15 19:42:06 +00:00
merge job results and job outputs to same Reporter lock
This commit is contained in:
parent
17ebf904bc
commit
c3e8134de9
5 changed files with 50 additions and 17 deletions
|
@ -366,7 +366,6 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report.
|
|||
}
|
||||
|
||||
execErr := executor(ctx)
|
||||
_ = reporter.SetOutputs(job.Outputs)
|
||||
return execErr
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue