Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 450 Bytes

operator-pipelines-images

Container images containing the set of tools for Partner Operator Bundle certification pipelines.

Development

To install the python package in a development environment, run:

pip install ".[dev]"

To test the scripts with the pipelines, see local-dev.md.

To run unit tests and code style checkers:

tox