You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/26 09:35:33 UTC

[GitHub] [camel-k] tadayosi commented on a diff in pull request #3764: feat(ci): latest runtime snapshot available

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org