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 2020/02/04 08:26:23 UTC

[GitHub] [camel-k] nicolaferraro commented on a change in pull request #1245: Remove the option to set the camel version

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:
users@infra.apache.org


With regards,
Apache Git Services