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 07:40:47 UTC

[camel-k] branch main updated: fix(ci): add cluster type for nightly releases

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


The following commit(s) were added to refs/heads/main by this push:
     new 5275554d8 fix(ci): add cluster type for nightly releases
5275554d8 is described below

commit 5275554d85325ca264df3fba4935be0cb36f5222
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 24 09:34:53 2022 +0200

    fix(ci): add cluster type for nightly releases
---
 .github/workflows/release.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c172967f5..f352bf7bd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,6 +17,9 @@
 # limitations under the License.
 name: release
 
+env:
+  TEST_CLUSTER: kind
+
 on:
   schedule:
     - cron: "10 23 * * *"