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 287a09f + c0ccb54 commit 1666ee0Copy full SHA for 1666ee0
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.3.1
+ git clone https://github.com/kubernetes-csi/csi-test.git -b v5.4.0
43
pushd csi-test/cmd/csi-sanity
44
make install
45
popd
0 commit comments