Skip to content

Commit 30a8973

Browse files
authored
Merge pull request #822 from andyzhangx/upgrade-csi-test-5.3.1
test: upgrade csi-test to v5.3.1
2 parents 54ef6d0 + 31ce112 commit 30a8973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function install_csi_sanity_bin {
3131
mkdir -p $GOPATH/src/github.com/kubernetes-csi
3232
pushd $GOPATH/src/github.com/kubernetes-csi
3333
export GO111MODULE=off
34-
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.2.0
34+
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1
3535
pushd csi-test/cmd/csi-sanity
3636
make install
3737
popd

0 commit comments

Comments
 (0)