mirror of
https://github.com/harness/drone.git
synced 2025-05-06 10:12:05 +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
|
return env
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return r.handleError(ctx, m.Stage, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
manifest, err := yaml.ParseString(y)
|
manifest, err := yaml.ParseString(y)
|
||||||
|
Loading…
Reference in New Issue
Block a user