This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e7a63e7d330715a3bdac57424560c3299f78fbd3 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Oct 3 13:27:10 2022 +0200 fix(ci): build resources before testing --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index d660a87c4..e42b6bde1 100644 --- a/script/Makefile +++ b/script/Makefile @@ -207,7 +207,7 @@ codegen-tools-install: @echo "sigs.k8s.io/controller-tools/cmd/controller-gen with version $(CONTROLLER_GEN_VERSION)" go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION) -build: test build-resources build-kamel build-compile-integration-tests build-submodules +build: build-resources test build-kamel build-compile-integration-tests build-submodules ci-build: clean codegen set-module-version set-version check-licenses dir-licenses build-kamel cross-compile