This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new e92b691 chore(ci): upgrade YAKS version e92b691 is described below commit e92b6913d91061bc78d94a2aa0e2126f1eab8ac2 Author: nicolaferraro <ni.ferr...@gmail.com> AuthorDate: Wed Apr 7 17:59:39 2021 +0200 chore(ci): upgrade YAKS version --- .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 4850eaf..caca4a3 100644 --- a/.github/workflows/knative.yml +++ b/.github/workflows/knative.yml @@ -191,8 +191,8 @@ jobs: go-version: 1.13.x - name: Get YAKS run: | - export YAKS_VERSION=0.1.0 - curl -L https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz + export YAKS_VERSION=0.4.0-202104070030 + 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/ - name: Kubernetes KinD Cluster