remove hack/{update,verify}-bazel.sh

With Kubernetes 1.19.X no longer supported, there are no supported branches using bazel. Developers should not have errant bazel files, this will be left to reviewers to catch.
This commit is contained in:
Benjamin Elder
2021-11-02 11:38:42 -07:00
parent ec8e6e8778
commit aa4d83961a
3 changed files with 0 additions and 96 deletions

View File

@@ -52,7 +52,6 @@ BASH_TARGETS="
update-generated-docs
update-generated-swagger-docs
update-openapi-spec
update-bazel
update-gofmt"
for t in ${BASH_TARGETS}; do