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 4704aa570 fix(ci): revert usage of TEST_CLUSTER 4704aa570 is described below commit 4704aa57016a237362ddee3fb4cb6cae8f211e77 Author: Pasquale Congiusti <pasquale.congiu...@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: