squakez commented on code in PR #5757: URL: https://github.com/apache/camel-k/pull/5757#discussion_r1713274840
########## pkg/apis/camel/v1/build_types_support.go: ########## @@ -311,10 +332,27 @@ func (bl BuildList) HasMatchingBuild(build *Build) (bool, *Build) { // additionally check for the creation timestamp if b.CreationTimestamp.Before(&build.CreationTimestamp) { return true, &b + } else if b.CreationTimestamp.Equal(&build.CreationTimestamp) { Review Comment: I think this extra condition check is okey. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org