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/12/21 11:35:31 UTC

[camel-k] 01/01: fix(ci): revert usage of TEST_CLUSTER

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

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

commit 349837cedf5f26dcbfe6cd6870d9175548957831
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Dec 21 12:35:25 2022 +0100

    fix(ci): revert usage of TEST_CLUSTER
    
    Although not used by `main` release step, it is still required by `v_10` and `v_11` release steps, so, it cannot be removed.
---
 .github/workflows/release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a62aeadc3..da79d2a3e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,6 +18,7 @@
 name: release
 
 env:
+  TEST_CLUSTER: kind
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
 on: