operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

operator-courier treats .git dir as a package #124

Closed dmitri-d closed 5 years ago

dmitri-d commented 5 years ago

Which results in an error:

INFO:root:Parsing version: .git
INFO:operatorcourier.validate:Validating bundle.
ERROR:operatorcourier.validate:Bundle does not contain any clusterServiceVersions.
INFO:operatorcourier.validate:Validating packages.

Probably should skip all directories starting with a dot.

kevinrizza commented 5 years ago

This should resolved by https://github.com/operator-framework/operator-courier/pull/122, which will ignore any extra unrelated folders when attempting to validate or push.

kevinrizza commented 5 years ago

Fixed in the latest release: https://github.com/operator-framework/operator-courier/releases/tag/v2.0.3