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.
1 parent e56fa7f commit 065be2eCopy full SHA for 065be2e
hack/e2e.sh
@@ -5,7 +5,7 @@ UDS="/tmp/e2e-csi-sanity.sock"
5
CSI_ENDPOINTS="127.0.0.1:9998"
6
CSI_ENDPOINTS="$CSI_ENDPOINTS unix://${UDS}"
7
CSI_ENDPOINTS="$CSI_ENDPOINTS ${UDS}"
8
-CSI_MOCK_VERSION="support/csi-0.2.0"
+CSI_MOCK_VERSION="master"
9
10
#
11
# $1 - endpoint for mock.
0 commit comments