-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Recognize operator bundle directory
A detect changes task wasn't able to recognize bundle directories in the operator directory. It marked all directories as a bundle no matter its content. This caused issue when introducing a catalog-templates directory which is operator sub-directory but not a bundle. This commit makes a parser more clever and uses a OperatorRepo probes to detect operator bundle dir. In case it is not recognized as a bundle it is automatically marked as "other" files owner by the operator. This commit also simplifies a unit tests to reduce amount of fixtures objects size. JIRA: ISV-5168 Signed-off-by: Ales Raszka <[email protected]>
- Loading branch information
Showing
3 changed files
with
153 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.