Skip to content

Commit

Permalink
prow.sh: switch back to upstream csi-driver-host-path
Browse files Browse the repository at this point in the history
The temporary fork was merged, we can use the upstream repo again.
  • Loading branch information
pohly committed Apr 3, 2019
1 parent 6602d38 commit d87eccb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,8 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
#
# When no deploy script is found (nothing in `deploy` directory,
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
#
# TODO: merge https://github.com/kubernetes-csi/csi-driver-host-path/pull/29, switch to revision from master
configvar CSI_PROW_HOSTPATH_VERSION deployment "hostpath driver"
configvar CSI_PROW_HOSTPATH_REPO https://github.com/pohly/csi-driver-host-path "hostpath repo"
# Ignore 'See if you can use ${variable//search/replace} instead.'
# shellcheck disable=SC2001
configvar CSI_PROW_HOSTPATH_VERSION 486074dc3beef59955faf7bb5210418d9844e0a7 "hostpath driver" # pre-1.1.0
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
configvar CSI_PROW_DEPLOYMENT "" "deployment"

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

0 comments on commit d87eccb

Please sign in to comment.