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/26 13:09:04 UTC

[camel-k] 06/07: fix(ci): remove unused make target

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

commit 3212cfeaa1aca426a8bf5620bd6669916f3436e9
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Oct 25 12:03:43 2022 +0200

    fix(ci): remove unused make target
---
 .github/actions/kamel-build-binary/build-binary.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/kamel-build-binary/build-binary.sh b/.github/actions/kamel-build-binary/build-binary.sh
index 76ebd2be6..ed7228af9 100755
--- a/.github/actions/kamel-build-binary/build-binary.sh
+++ b/.github/actions/kamel-build-binary/build-binary.sh
@@ -83,7 +83,7 @@ else
 
   echo "Build Kamel from source"
 
-  RULES="PACKAGE_ARTIFACTS_STRATEGY=download build package-artifacts images"
+  RULES="PACKAGE_ARTIFACTS_STRATEGY=download build images"
   if [ -n "${MAKE_RULES}" ]; then
     RULES=" ${MAKE_RULES} "
   fi