Skip to content

Commit

Permalink
modify k3d installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 17, 2024
1 parent 0ce7284 commit 463b8e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,7 @@ jobs:
- name: Install K3d
run: |
K3D_VERSION=v5.6.0
# install k3d
wget https://github.com/k3d-io/k3d/releases/download/${K3D_VERSION}/k3d-linux-amd64
mv k3d-linux-amd64 k3d
chmod +x k3d
export PATH=`pwd`:$PATH
k3d version
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=$K3D_VERSION bash
- name: Get pip cache dir
id: pip-cache
Expand Down

0 comments on commit 463b8e0

Please sign in to comment.