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 947089d + 5790686 commit 9c78291Copy full SHA for 9c78291
test/sanity/run-test.sh
@@ -31,7 +31,7 @@ function install_csi_sanity_bin {
31
mkdir -p $GOPATH/src/github.com/kubernetes-csi
32
pushd $GOPATH/src/github.com/kubernetes-csi
33
export GO111MODULE=off
34
- git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1
+ git clone https://github.com/kubernetes-csi/csi-test.git -b v5.4.0
35
pushd csi-test/cmd/csi-sanity
36
make install
37
popd
0 commit comments