You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2022/01/19 11:28:26 UTC

[camel-k] 02/02: fix(e2e): Effectively deactivate Kamelets install in builder e2e tests

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

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

commit 8e9e129c6b0b8792337fe41e247bc776f1b19bfe
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Oct 4 16:26:07 2021 +0200

    fix(e2e): Effectively deactivate Kamelets install in 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 317c907..52e3e20 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -116,6 +116,7 @@ jobs:
         export KAMEL_INSTALL_REGISTRY=$KIND_REGISTRY
         export KAMEL_INSTALL_REGISTRY_INSECURE=true
         export KAMEL_INSTALL_OPERATOR_IMAGE=$KIND_REGISTRY/apache/camel-k:$(make get-version)
+        export KAMEL_INSTALL_OPERATOR_ENV_VARS=KAMEL_INSTALL_DEFAULT_KAMELETS=false
 
         # Configure test options
         export CAMEL_K_TEST_IMAGE_NAME=$KIND_REGISTRY/apache/camel-k