We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is not working as you expected it? Helm & OLM tests are only run, when we publish. In case something fails, we do partial publishs.
Where on the platform does it happen? GitHub pipeline OLM: https://github.com/mondoohq/mondoo-operator/blob/main/.github/workflows/publish.yaml#L268 Helm: https://github.com/mondoohq/mondoo-operator/blob/main/.github/workflows/publish.yaml#L364
How do we replicate the issue?
Expected behavior (i.e. solution) Nothing should be released
Other Comments For the OLM test, we need an image. This might be tricky.
The text was updated successfully, but these errors were encountered:
For the OLM tests, v0.0.0-prerelease might work.
v0.0.0-prerelease
Sorry, something went wrong.
Also, try to use make targets where possible to get rid of duplicate code.
No branches or pull requests
What is not working as you expected it?
Helm & OLM tests are only run, when we publish.
In case something fails, we do partial publishs.
Where on the platform does it happen?
GitHub pipeline
OLM: https://github.com/mondoohq/mondoo-operator/blob/main/.github/workflows/publish.yaml#L268
Helm: https://github.com/mondoohq/mondoo-operator/blob/main/.github/workflows/publish.yaml#L364
How do we replicate the issue?
Expected behavior (i.e. solution)
Nothing should be released
Other Comments
For the OLM test, we need an image. This might be tricky.
The text was updated successfully, but these errors were encountered: