Skip to content

Commit a0a02a7

Browse files
committed
test: run v4.0.2 sanity test
1 parent bc9ecde commit a0a02a7

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
@@ -29,7 +29,7 @@ function install_csi_sanity_bin {
2929
mkdir -p $GOPATH/src/github.com/kubernetes-csi
3030
pushd $GOPATH/src/github.com/kubernetes-csi
3131
export GO111MODULE=off
32-
git clone https://github.com/kubernetes-csi/csi-test.git -b v2.2.0
32+
git clone https://github.com/kubernetes-csi/csi-test.git -b v4.0.2
3333
pushd csi-test/cmd/csi-sanity
3434
make install
3535
popd

0 commit comments

Comments
 (0)