tadayosi commented on code in PR #3764:
URL: https://github.com/apache/camel-k/pull/3764#discussion_r1005446908
##########
e2e/local/util.go:
##########
@@ -58,5 +59,8 @@ func kamelWithContext(ctx context.Context, args ...string)
*cobra.Command {
if runtimeRepo != "" {
args = append(args, "--maven-repository", runtimeRepo)
}
+ if runtimeVersion != "" {
Review Comment:
Do you mean `if strings.HasSuffix(runtimeVersion, "-SNAPSHOT")`? Otherwise
the snapshot repo should be always setup.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]