Skip to content

Commit 9c78291

Browse files
authored
Merge pull request #1005 from andyzhangx/upgrade-csi-test2
test: upgrade to csi-test v5.4.0
2 parents 947089d + 5790686 commit 9c78291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function install_csi_sanity_bin {
3131
mkdir -p $GOPATH/src/github.com/kubernetes-csi
3232
pushd $GOPATH/src/github.com/kubernetes-csi
3333
export GO111MODULE=off
34-
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.3.1
34+
git clone https://github.com/kubernetes-csi/csi-test.git -b v5.4.0
3535
pushd csi-test/cmd/csi-sanity
3636
make install
3737
popd

0 commit comments

Comments
 (0)