You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/04 09:20:30 UTC

[camel-k] branch main updated: fix(ci): build resources before testing

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 89a369257 fix(ci): build resources before testing
89a369257 is described below

commit 89a369257439215980d7c2358495dd5a2de93ad3
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 c6521c18f..d75864f73 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