Skip to content

Commit

Permalink
test: upgrade csi-test to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 15, 2024
1 parent 275b796 commit 1a428fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function install_csi_sanity_bin {
mkdir -p $GOPATH/src/github.com/kubernetes-csi
pushd $GOPATH/src/github.com/kubernetes-csi
export GO111MODULE=off
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.3.1
pushd csi-test/cmd/csi-sanity
make install
popd
Expand Down

0 comments on commit 1a428fe

Please sign in to comment.