Skip to content

Commit

Permalink
Update build_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Jan 11, 2024
1 parent c594ffe commit 2543f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/camel/v1/build_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropriate
// to think it as pipeline.
type BuildSpec struct {
// The sequence of tasks (pipeline) to be performed.
// The sequence of tasks (pipeline) to be performed.
Tasks []Task `json:"tasks,omitempty"`
// The configuration that should be used to perform the Build.
// Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility
Expand Down

0 comments on commit 2543f39

Please sign in to comment.