nicolaferraro commented on a change in pull request #1245: Remove the option to
set the camel version
URL: https://github.com/apache/camel-k/pull/1245#discussion_r374527020
##########
File path: .github/workflows/pr-kind.yml
##########
@@ -86,6 +86,10 @@ jobs:
export IMAGE=${CAMEL_K_REGISTRY}:5000/apache/camel-k:$(make version)
docker build -t "${LOCAL_IMAGE}" -f build/Dockerfile .
docker push ${LOCAL_IMAGE}
+
+ # Make the Apache Snapshots repository enabled by efault
+ export
KAMEL_INSTALL_MAVEN_REPOSITORIES=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
Review comment:
Can you add this also to pr-knative (rebase)?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services