Skip to content

Commit

Permalink
Merge "Update kind version in jjb"
Browse files Browse the repository at this point in the history
  • Loading branch information
collivier authored and Gerrit Code Review committed Jan 22, 2023
2 parents ecb22a3 + 5e2008c commit 936d11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jjb/functest/xtesting-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- shell: |
set +x
sudo apt-get install python3-pip -y
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
kind delete clusters xtesting jenkins gitlab || true
Expand Down

0 comments on commit 936d11a

Please sign in to comment.