Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Feb 22, 2024
1 parent 1dd6ffd commit f610fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/frontend/yaml/types/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type (

// TODO make []string in 3.x
Secrets Secrets `yaml:"secrets,omitempty"`
// TODO make map[string]string in 3.x
// TODO make map[string]any in 3.x
Environment base.SliceOrMap `yaml:"environment,omitempty"`

// Docker and Kubernetes Specific
Expand Down

0 comments on commit f610fba

Please sign in to comment.