GenerateBundle runs all commands to create an operator bundle.
()
| 84 | |
| 85 | // GenerateBundle runs all commands to create an operator bundle. |
| 86 | func (tc TestContext) GenerateBundle() error { |
| 87 | if err := tc.DisableManifestsInteractiveMode(); err != nil { |
| 88 | return err |
| 89 | } |
| 90 | |
| 91 | return tc.Make("bundle", "IMG="+tc.ImageName) |
| 92 | } |
no test coverage detected