From 32695e0cf5957fd62d204205960ad58f66c31afe Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Wed, 14 Aug 2024 17:18:57 +0200 Subject: [PATCH] update comment --- pipeline/frontend/yaml/types/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/frontend/yaml/types/container.go b/pipeline/frontend/yaml/types/container.go index 688b7b698..e2aa29aa5 100644 --- a/pipeline/frontend/yaml/types/container.go +++ b/pipeline/frontend/yaml/types/container.go @@ -49,7 +49,7 @@ type ( DependsOn base.StringOrSlice `yaml:"depends_on,omitempty"` Needs base.StringOrSlice `yaml:"needs,omitempty"` - // TODO deprecated remove in 3.0 + // TODO deprecated remove in next major Detached bool `yaml:"detach,omitempty"` // TODO: make []string in 3.x Secrets Secrets `yaml:"secrets,omitempty"`