We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f324757 + 06528c3 commit bb7f749Copy full SHA for bb7f749
Makefile
@@ -149,6 +149,7 @@ gen-olm: gen
149
. $(VENV)/bin/activate && \
150
pip3 install --upgrade pip && \
151
pip3 install operator-courier==2.1.11 && \
152
+ pip3 install setuptools && \
153
operator-courier --verbose verify --ui_validate_io $(OLM)
154
docker build -t $(CATALOG_IMAGE) -f build/catalog-source.Dockerfile .
155
@echo "✅ gen-olm"
0 commit comments