This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit c1f704a875fa6455dc2edb8382cd83d4cdbeb823 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Mon Feb 1 16:13:57 2021 +0100 fix(OLM): Add missing kustomize dependent target to the bundle target --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 7fa7024..dd94dd9 100644 --- a/script/Makefile +++ b/script/Makefile @@ -335,7 +335,7 @@ $(BUNDLE_CAMEL_APIS): @# Clean up temporary working api directories rm -rf api_* -bundle: generate-crd $(BUNDLE_CAMEL_APIS) +bundle: generate-crd $(BUNDLE_CAMEL_APIS) kustomize @# Build kustomize manifests $(KUSTOMIZE) build config/manifests | operator-sdk generate bundle --overwrite --version $(OPERATOR_VERSION) $(BUNDLE_METADATA_OPTS) @# Move the dockerfile into the bundle directory