Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarsh-jaiss committed Feb 28, 2024
1 parent dfbd21e commit ebd98d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/reconciler/buildrun/resources/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ func isLocalCopyBuildSource(
build *buildv1beta1.Build,
buildRun *buildv1beta1.BuildRun,
) *buildv1beta1.Local {

// Note: In v1alpha1 we will append all sources across builds and buildruns, and then return
// the first source of type Local.

if buildRun.Spec.Source != nil && buildRun.Spec.Source.Type == buildv1beta1.LocalType {
return buildRun.Spec.Source.LocalSource
}
Expand Down

0 comments on commit ebd98d3

Please sign in to comment.