Skip to content

Commit

Permalink
DO NOT MERGE: get kind fix for Kubernetes master image building
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Jul 27, 2019
1 parent 4b2c735 commit 5676802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ CSI_PROW_HOSTPATH_DRIVER_NAME="hostpath.csi.k8s.io"

CSI_PROW_TESTS_SANITY="sanity"

CSI_PROW_KIND_VERSION="b756a8488f9de73b549e985d59f1f380150170e9"

. release-tools/prow.sh

main
2 changes: 1 addition & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ install_kind () {
chmod u+x "${CSI_PROW_WORK}/bin/kind"
else
git_checkout https://github.com/kubernetes-sigs/kind "$GOPATH/src/sigs.k8s.io/kind" "${CSI_PROW_KIND_VERSION}" --depth=1 &&
run_with_go "${CSI_PROW_GO_VERSION_KIND}" go build -o "${CSI_PROW_WORK}/bin/kind" sigs.k8s.io/kind
run_with_go "${CSI_PROW_GO_VERSION_KIND}" env GO111MODULE=on go build -o "${CSI_PROW_WORK}/bin/kind" sigs.k8s.io/kind
fi
}

Expand Down

0 comments on commit 5676802

Please sign in to comment.