You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/03 13:10:25 UTC

[camel-k] 02/02: fix(ci): build resources before testing

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 <pa...@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