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 c59f46d commit b1cb356Copy full SHA for b1cb356
Makefile
@@ -38,9 +38,9 @@ build-sanity:
38
$(MAKE) -C cmd/csi-sanity all
39
40
41
-TEST_HOSTPATH_VERSION=v1.14.1
+TEST_HOSTPATH_VERSION=GET_SNAPSHOT
42
TEST_HOSTPATH_SOURCE=bin/hostpath-source
43
-TEST_HOSTPATH_REPO=https://github.com/kubernetes-csi/csi-driver-host-path.git
+TEST_HOSTPATH_REPO=https://github.com/nixpanic/csi-driver-host-path.git
44
bin/hostpathplugin:
45
mkdir -p $(@D)
46
if ! [ -d $(TEST_HOSTPATH_SOURCE) ]; then \
0 commit comments