Bartosz Majsak
Bartosz Majsak
I think it would help projects using tools like [Antora](https://antora.org/) to embed CLI docs easily. Right now I have to use pandoc to convert from Markdown to Asciidoc which makes...
Thanks for the response. Exactly my idea was to solve the problem of > storing private dotfile contents in a pubic repo or on a site you do not control...
I can only confirm I'm seeing the same issue. A potential workaround until this is resolved would be to set an extra flag for `bundle run` -> `--index-image quay.io/operator-framework/opm:${OPERATOR_SDK_VERSION}` in...
I'm also struggling with the same problem when trying to use `gvm use` in the shell script. Workaround which works for me is to source it in the script itself....
Just a general thought I wanted to share - this kind of functions should not belong to the "library" as they are very specific to particular projects. That makes them...
@joshuawilson timebox it for 1 day for someone in your team and try? I think it's easily done based on the guide I shared above.
Thanks for explanation @pranavgore09, makes sense :) Nice work! My comment was a more a general statement. Maybe in this given case we only need to rename the function then....
@hrishin can you expand on what you mean?
Based on the discussion today let's recap what we can do with that issue, as I'm not sure we reached the conclusion. Here are the options I can think of:...
Thanks @hrishin. In order to make this fix working we also need to pass this `cmd` here https://github.com/fabric8io/fabric8-pipeline-library/blob/c6231c0aa5756559ad594c058cd7195c867e5a0b/vars/mavenCI.groovy#L65-L69 and adjust this line https://github.com/fabric8io/fabric8-pipeline-library/blob/c6231c0aa5756559ad594c058cd7195c867e5a0b/vars/mavenIntegrationTest.groovy#L32