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

[camel-k] branch main updated: fix(ci): Fix YAKS binary download

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

astefanutti 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 8aef871  fix(ci): Fix YAKS binary download
8aef871 is described below

commit 8aef871130e21223593f415c92eeb7389d78d5a2
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Tue Aug 31 11:08:15 2021 +0200

    fix(ci): Fix YAKS binary download
---
 .github/workflows/knative.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index 7ae4255..366951a 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -190,8 +190,8 @@ jobs:
           go-version: 1.15.x
       - name: Get YAKS
         run: |
-          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
+          export YAKS_VERSION=0.4.0
+          curl --fail -L https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
           tar -zxf yaks.tar.gz
           sudo mv yaks /usr/local/bin/
       - name: Kubernetes KinD Cluster