Skip to content

Commit

Permalink
run on 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 23, 2021
1 parent 17c158a commit 5423555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ install_ginkgo () {
}

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

# install the csi driver nfs
Expand Down

0 comments on commit 5423555

Please sign in to comment.