operator/runner: improved dropped error fix
This commit is contained in:
parent
43e0fd2f1e
commit
e4329477bc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue