Skip to content

Commit

Permalink
Fix apache#1778: upgrade yaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Oct 22, 2020
1 parent 05b1f8a commit 7c2eaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
go-version: 1.13.x
- name: Get YAKS
run: |
export YAKS_VERSION=0.0.33
curl -L https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks_${YAKS_VERSION}_Linux_x86_64.tar.gz -o yaks.tar.gz
export YAKS_VERSION=0.1.0-202010211109
curl -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: Get KinD (Kubernetes in Docker)
Expand Down

0 comments on commit 7c2eaaa

Please sign in to comment.