astefanutti commented on code in PR #3427:
URL: https://github.com/apache/camel-k/pull/3427#discussion_r950233365


##########
pkg/controller/build/build_controller.go:
##########
@@ -155,7 +155,7 @@ func (r *reconcileBuild) Reconcile(ctx context.Context, 
request reconcile.Reques
                        newErrorRecoveryAction(),
                        newErrorAction(),
                }
-       case v1.BuildStrategyRoutine:
+       case v1.BuildStrategyRoutine + v1.BuildStrategyMvnd:

Review Comment:
   I suspect this should be `case v1.BuildStrategyRoutine, 
v1.BuildStrategyMvnd:` instead.



-- 
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

Reply via email to