Fix typos in pipeline/pipeline.go (#6094)

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
qwerty287
2026-02-09 14:54:21 +01:00
committed by GitHub
parent 947272224f
commit b4708c895e

View File

@@ -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)