Commit e2ce25da authored by Jeff Grafton's avatar Jeff Grafton

Update kazel to include kubernetes/repo-infra#21

parent 2495cc60
...@@ -24,6 +24,6 @@ source "${KUBE_ROOT}/hack/lib/init.sh" ...@@ -24,6 +24,6 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
# TODO(spxtr): Remove this line once Bazel is the only way to build. # TODO(spxtr): Remove this line once Bazel is the only way to build.
rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go" rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go"
kube::util::go_install_from_commit github.com/kubernetes/repo-infra/kazel fd3ec969104295f8484a32114ce625955a67365d kube::util::go_install_from_commit github.com/kubernetes/repo-infra/kazel d651a70c51ec9a450135ff08ea045d857a6be014
kazel -root="$(kube::realpath ${KUBE_ROOT})" kazel -root="$(kube::realpath ${KUBE_ROOT})"
...@@ -24,7 +24,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh" ...@@ -24,7 +24,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
# TODO(spxtr): Remove this line once Bazel is the only way to build. # TODO(spxtr): Remove this line once Bazel is the only way to build.
rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go" rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go"
kube::util::go_install_from_commit github.com/kubernetes/repo-infra/kazel fd3ec969104295f8484a32114ce625955a67365d kube::util::go_install_from_commit github.com/kubernetes/repo-infra/kazel d651a70c51ec9a450135ff08ea045d857a6be014
if ! kazel -validate -print-diff -root="$(kube::realpath ${KUBE_ROOT})" ; then if ! kazel -validate -print-diff -root="$(kube::realpath ${KUBE_ROOT})" ; then
echo echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment