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/24 11:17:31 UTC

[camel-k] 02/02: fix(e2e): setting cluster for install

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

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

commit bcacc777b39233941e86cd40076b7d70788f2840
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 24 09:31:49 2022 +0200

    fix(e2e): setting cluster for install
---
 .github/workflows/install.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 70ef4eef1..158b1444f 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -17,6 +17,9 @@
 
 name: install
 
+env:
+  TEST_CLUSTER: kind
+
 on:
   pull_request:
     branches: