remove bazel from make clean, bazel is not in any supported branches

This commit is contained in:
Benjamin Elder 2021-11-02 11:41:32 -07:00
parent 69c3e1934c
commit a4476c8548

View File

@ -26,9 +26,6 @@ CLEAN_PATTERNS=(
"doc_tmp"
"((?!staging\/src\/k8s\.io\/apiextensions-apiserver\/pkg\/generated\/openapi).)*/zz_generated.openapi.go"
"test/e2e/generated/bindata.go"
# TODO(bentheelder): remove this pattern after bazel is not in any supported releases
# see: https://github.com/kubernetes/enhancements/issues/2420
"bazel-.*"
)
for pattern in "${CLEAN_PATTERNS[@]}"; do