Skip to content

Commit

Permalink
add back image name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Apr 11, 2024
1 parent 65b370c commit c2354cd
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,12 @@ func NewRunShService(
IsOptional: false,
ZeroValueProvider: builtin_argument.ZeroValueProvider[starlark.String],
},
//{
// Name: ImageNameArgName,
// IsOptional: true,
// ZeroValueProvider: builtin_argument.ZeroValueProvider[starlark.String],
// Validator: func(argumentValue starlark.Value) *startosis_errors.InterpretationError {
// return builtin_argument.NonEmptyString(argumentValue, ImageNameArgName)
// },
//},
{
Name: ImageNameArgName,
IsOptional: true,
ZeroValueProvider: builtin_argument.ZeroValueProvider[starlark.Value],
Validator: nil,
},
{
Name: FilesArgName,
IsOptional: true,
Expand Down

0 comments on commit c2354cd

Please sign in to comment.