Skip to content

Commit

Permalink
Bump vcluster to v0.20.0-alpha.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Apr 12, 2024
1 parent 2f8f880 commit 2a9729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
shell: bash
run: |
sudo rm /usr/bin/vcluster
curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64"
curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/v0.20.0-alpha.4/vcluster-linux-amd64"
sudo install -c -m 0755 vcluster /usr/bin
rm -f vcluster
vcluster create "$(hostname)" \
Expand Down

0 comments on commit 2a9729c

Please sign in to comment.