Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Fix e2e tests #380

Merged
merged 1 commit into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ orbs:
- run:
name: Set up K3d
command: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v4.4.8 bash
k3d cluster create --image ${K3S_IMAGE} --wait
mkdir -p ${HOME}/.kube
- checkout:
Expand Down