Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2025-01-06 16:11:45 +00:00
commit f22b3b6b18

View file

@ -199,7 +199,7 @@ func (e *kube) SetupWorkflow(ctx context.Context, conf *types.Config, taskUUID s
var extraHosts []types.HostAlias
for _, stage := range conf.Stages {
for _, step := range stage.Steps {
if step.Type == types.StepTypeService {
if step.Type == types.StepTypeService || step.Detached {
svc, err := startService(ctx, e, step)
if err != nil {
return err