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 4cd3e87 + b6967c8 commit ceb461dCopy full SHA for ceb461d
test/sanity/run-tests-all-clouds.sh
@@ -21,7 +21,7 @@ function install_csi_sanity_bin {
21
mkdir -p $GOPATH/src/github.com/kubernetes-csi
22
pushd $GOPATH/src/github.com/kubernetes-csi
23
export GO111MODULE=off
24
- 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.2.0
25
pushd csi-test/cmd/csi-sanity
26
make install
27
popd
0 commit comments