-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression for groovy routes #118
Comments
Looks like the algorithm to automatically detect the dependencies does no work for this case so you need to explicit require the camel-groovy dependency within kamel run or we need to add the groovy dependency if the files ends with .groovy or the language is set to groovy. Will send a pr |
Not sure, I've created a build to see if the Docker is installed, from what I know is that some changes need to be made to the Docker and firewall configuration to get the |
We could ask for a VM from INFRA. |
CI nodes have Docker version 17.05.0-ce, build 89658be installed, we can experiment with that to some extent but if I'm not mistaking for |
When I try to run the example I get:
@oscerd , @zregvart do you think we have any chance to run a dev instance of Openshift in Apache CI?
Currently PR builds are disabled because there was a issue with dependencies, but I think it's easy to overcome that problem by checking-in the vendor dir... What about
minishift
/oc cluster up
to avoid breaking things?The text was updated successfully, but these errors were encountered: