ac1ba34518
Fix [#24039(GitHub)](https://github.com/go-gitea/gitea/issues/24039)
At present, if a job fails in the `Set up job`, the result status of the job will still be `success`. The reason is that the `pre` steps don't call `SetJobError`, so the `jobError` will be nil when `post` steps setting the job result. See
|
||
---|---|---|
.. | ||
artifacts | ||
common | ||
container | ||
exprparser | ||
jobparser | ||
lookpath | ||
model | ||
runner | ||
workflowpattern |