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

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

commit fa91fc54d117b171486068eed37893db99da8843
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Mon Oct 4 12:45:32 2021 +0200

    fix(ci): Disable default Kamelets installation for builder e2e tests
---
 .github/workflows/builder.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index ff32265..c304a26 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -119,6 +119,7 @@ jobs:
         export KAMEL_INSTALL_REGISTRY=$KIND_REGISTRY
         export KAMEL_INSTALL_REGISTRY_INSECURE=true
         export KAMEL_INSTALL_OPERATOR_IMAGE=${CUSTOM_IMAGE}:${CUSTOM_VERSION}
+        export KAMEL_INSTALL_DEFAULT_KAMELETS=false
 
         # Configure test options
         export CAMEL_K_TEST_IMAGE_NAME=${CUSTOM_IMAGE}

Reply via email to