Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 27, 2024
1 parent 1069578 commit 309553b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ func NewImageBuildSpecType() *kurtosis_type_constructor.KurtosisTypeConstructor
Name: BuildFileAttr,
IsOptional: true,
ZeroValueProvider: builtin_argument.ZeroValueProvider[starlark.String],
Validator: func(value starlark.Value) *startosis_errors.InterpretationError {
return builtin_argument.NonEmptyString(value, BuildFileAttr)
},
Validator: nil,
},
{
Name: TargetStageAttr,
Expand Down

0 comments on commit 309553b

Please sign in to comment.