woodpecker/pipeline/backend/local
Florian Märkl 061596d802
Gracefully handle non-zero exit code in local backend (#1002)
A non-zero exit code signifies a pipeline failure, but is not a fatal error in the agent.
Since exec reports this as exec.ExitError, this has to be handled explicitly.
This also fixes logs not being shown on build errors.
2022-07-02 15:56:08 +02:00
..
local.go Gracefully handle non-zero exit code in local backend (#1002) 2022-07-02 15:56:08 +02:00