mirror of
https://github.com/harness/drone.git
synced 2025-05-04 00:23:23 +08:00
operator/runner: improved dropped error fix
This commit is contained in:
parent
43e0fd2f1e
commit
e4329477bc
@ -204,7 +204,7 @@ func (r *Runner) Run(ctx context.Context, id int64) error {
|
||||
return env
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
return r.handleError(ctx, m.Stage, err)
|
||||
}
|
||||
|
||||
manifest, err := yaml.ParseString(y)
|
||||
|
Loading…
Reference in New Issue
Block a user