Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove redundant timeout in ControlOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
avoidik committed Oct 3, 2024
1 parent 730a99c commit 71b2c8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/build.go
Original file line number Diff line number Diff line change
@@ -105,8 +105,6 @@ type buildOptions struct {
control.ControlOptions

invokeConfig *invokeConfig

timeout time.Duration
}

func (o *buildOptions) toControllerOptions() (*controllerapi.BuildOptions, error) {

0 comments on commit 71b2c8f

Please sign in to comment.