Skip to content

Commit 31cd5a3

Browse files
committed
test: run external exe test on 1.20
1 parent 33bf847 commit 31cd5a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/external-e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install_ginkgo () {
2424
}
2525

2626
setup_e2e_binaries() {
27-
# download k8s external e2e binary for kubernetes v1.21
28-
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.21.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
27+
# download k8s external e2e binary for kubernetes v1.20
28+
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.20.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
2929
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz
3030

3131
# install the blob csi driver

0 commit comments

Comments
 (0)