Skip to content

Commit 616f9f7

Browse files
authored
Merge pull request #1095 from dgageot/merge-error
removes unnecessary StructureTestFiles field
2 parents de0cd3d + acdebaf commit 616f9f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkg/skaffold/schema/v1alpha3/config.go

+3-4
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,9 @@ type HelmConventionConfig struct {
201201
// Artifact represents items that need to be built, along with the context in which
202202
// they should be built.
203203
type Artifact struct {
204-
ImageName string `yaml:"imageName"`
205-
Workspace string `yaml:"workspace,omitempty"`
206-
ArtifactType `yaml:",inline"`
207-
StructureTestFiles []string `yaml:"structureTestFiles"`
204+
ImageName string `yaml:"imageName"`
205+
Workspace string `yaml:"workspace,omitempty"`
206+
ArtifactType `yaml:",inline"`
208207
}
209208

210209
// Profile is additional configuration that overrides default

0 commit comments

Comments
 (0)