From 8b0fcf1f68d945a583363ece0f4785a33771fb6e Mon Sep 17 00:00:00 2001 From: Dawid Rusnak Date: Thu, 25 Jul 2024 14:16:20 +0200 Subject: [PATCH] fixup --- pkg/testworkflows/testworkflowprocessor/action/process.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/testworkflows/testworkflowprocessor/action/process.go b/pkg/testworkflows/testworkflowprocessor/action/process.go index 4ef112154e6..6a84d0b8a23 100644 --- a/pkg/testworkflows/testworkflowprocessor/action/process.go +++ b/pkg/testworkflows/testworkflowprocessor/action/process.go @@ -28,7 +28,6 @@ func process(currentStatus string, parents []string, stage stage2.Stage, machine }) // Configure the container for action - // TODO: Handle the ContainerDefaults properly var containerConfig stage2.Container if group, ok := stage.(stage2.GroupStage); ok { containerConfig = group.ContainerDefaults()