mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Fix typos in pipeline/pipeline.go (#6094)
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -255,8 +255,8 @@ func (r *Runtime) execAll(runnerCtx context.Context, steps []*backend.Step) <-ch
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// we report all errors till setup happened
|
// Report all errors until the setup happened.
|
||||||
// afterwards they just ged dropped
|
// Afterwards errors will be dropped.
|
||||||
if step.Detached {
|
if step.Detached {
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user