Skip to content

Commit d87eccb

Browse files
committed
prow.sh: switch back to upstream csi-driver-host-path
The temporary fork was merged, we can use the upstream repo again.
1 parent 6602d38 commit d87eccb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

prow.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,8 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
151151
#
152152
# When no deploy script is found (nothing in `deploy` directory,
153153
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
154-
#
155-
# TODO: merge https://github.com/kubernetes-csi/csi-driver-host-path/pull/29, switch to revision from master
156-
configvar CSI_PROW_HOSTPATH_VERSION deployment "hostpath driver"
157-
configvar CSI_PROW_HOSTPATH_REPO https://github.com/pohly/csi-driver-host-path "hostpath repo"
158-
# Ignore 'See if you can use ${variable//search/replace} instead.'
159-
# shellcheck disable=SC2001
154+
configvar CSI_PROW_HOSTPATH_VERSION 486074dc3beef59955faf7bb5210418d9844e0a7 "hostpath driver" # pre-1.1.0
155+
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
160156
configvar CSI_PROW_DEPLOYMENT "" "deployment"
161157

162158
# If CSI_PROW_HOSTPATH_CANARY is set (typically to "canary", but also

0 commit comments

Comments
 (0)