We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 275b796 + 1a428fe commit 59e5876Copy full SHA for 59e5876
test/sanity/run-test.sh
@@ -39,7 +39,7 @@ function install_csi_sanity_bin {
39
mkdir -p $GOPATH/src/github.com/kubernetes-csi
40
pushd $GOPATH/src/github.com/kubernetes-csi
41
export GO111MODULE=off
42
- git clone https://github.com/kubernetes-csi/csi-test.git -b v5.0.0
+ git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1
43
pushd csi-test/cmd/csi-sanity
44
make install
45
popd
0 commit comments