Skip to content

Commit 76625c2

Browse files
Merge pull request #1425 from dprince/drop_build_from_bundle_target
Drop 'build' from bundle target
2 parents fb47e9c + 0a56377 commit 76625c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)