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.
1 parent 19a327c commit d3c1999Copy full SHA for d3c1999
test/sanity/run-tests-all-clouds.sh
@@ -23,7 +23,7 @@ function install_csi_sanity_bin {
23
mkdir -p $GOPATH/src/github.com/kubernetes-csi
24
pushd $GOPATH/src/github.com/kubernetes-csi
25
export GO111MODULE=off
26
- git clone https://github.com/kubernetes-csi/csi-test.git -b v4.2.0
+ git clone https://github.com/kubernetes-csi/csi-test.git -b v4.3.0
27
pushd csi-test/cmd/csi-sanity
28
make install
29
popd
0 commit comments