Skip to content

Commit 0a56377

Browse files
committed
Drop 'build' from bundle target
This used to be required for csv-merger. It should no longer be needed and should align the Makefile with other operators
1 parent fb47e9c commit 0a56377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ endif
368368
endif
369369

370370
.PHONY: bundle
371-
bundle: build manifests kustomize operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
371+
bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
372372
$(OPERATOR_SDK) generate kustomize manifests -q
373373
cd config/operator/deployment/ && $(KUSTOMIZE) edit set image controller=$(IMG) && \
374374
$(KUSTOMIZE) edit add patch --kind Deployment --name openstack-operator-controller-operator --namespace system --patch "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/1/env/0\", \"value\": {\"name\": \"OPENSTACK_RELEASE_VERSION\", \"value\": \"$(OPENSTACK_RELEASE_VERSION)\"}}]" && \

0 commit comments

Comments
 (0)