Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ func (r *Runtime) execAll(runnerCtx context.Context, steps []*backend.Step) <-ch
return err
}

// we report all errors till setup happened
// afterwards they just ged dropped
// Report all errors until the setup happened.
// Afterwards errors will be dropped.
if step.Detached {
var wg sync.WaitGroup
wg.Add(1)
Expand Down