sciabarracom opened a new issue, #169: URL: https://github.com/apache/openserverless/issues/169
- [x] I have searched the [issues](https://github.com/apache/openserverless/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description Looks like when you switching to plugins the system forgets the branch ### Ⅱ. Describe what happened I have a branch (OPS_BRANCH=my-awesom-branch) where I updated kubect to version 1.33.1 I also have a plugin, op When you run any task of the main branch the system ensures you use 1.33.1 But if I invoke one subcommand in the plugin (or I just do ops op) then the system tries to ensure the plugin 1.30.3, that is the one on the default branch. Looks like the OPS_BRANCH variable is not propagated to plugins... ### Ⅲ. Describe what you expected to happen The plugin should use the top level dependencies anyway ### Ⅳ. How to reproduce it (as minimally and precisely as possible) Just update a dependency in a branch and use a plugin ### Ⅴ. Anything else we need to know? ### Ⅵ. Environment: - K8S Runtime and version: - OPS CLI version: 0.1.0-2409121919.dev - Others: -- 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]
