You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/04/12 22:12:08 UTC

[camel-k] 04/04: chore: fix test config

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5636c90346822dcc0098d47039f46c0b841f2761
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Mon Apr 12 17:37:03 2021 +0200

    chore: fix test config
---
 .github/workflows/knative.yml                   | 2 +-
 e2e/yaks/common/knative-broker/yaks-config.yaml | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index 27c6d44..26bf050 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -193,7 +193,7 @@ jobs:
           go-version: 1.13.x
       - name: Get YAKS
         run: |
-          export YAKS_VERSION=0.4.0-202104070030
+          export YAKS_VERSION=0.4.0-202104120032
           curl --fail -L https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
           tar -zxf yaks.tar.gz
           sudo mv yaks /usr/local/bin/
diff --git a/e2e/yaks/common/knative-broker/yaks-config.yaml b/e2e/yaks/common/knative-broker/yaks-config.yaml
index 63bc00a..95d9bf9 100644
--- a/e2e/yaks/common/knative-broker/yaks-config.yaml
+++ b/e2e/yaks/common/knative-broker/yaks-config.yaml
@@ -16,9 +16,6 @@
 # ---------------------------------------------------------------------------
 
 config:
-  runtime:
-    env:
-      YAKS_KNATIVE_API_VERSION: eventing.knative.dev/v1
   namespace:
     temporary: true
 pre: