From d296698b1a0a17bff5c31a49636c0786089e3e05 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sun, 28 Feb 2021 15:57:13 -0800 Subject: [PATCH] remove BUILD copy from verify-openapi-spec.sh --- hack/verify-openapi-spec.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/verify-openapi-spec.sh b/hack/verify-openapi-spec.sh index 1316d76dd86..1430c9a2166 100755 --- a/hack/verify-openapi-spec.sh +++ b/hack/verify-openapi-spec.sh @@ -39,7 +39,6 @@ mkdir -p "${_tmp}" cp -a "${SPECROOT}" "${TMP_SPECROOT}" trap 'cp -a ${TMP_SPECROOT} ${SPECROOT}/..; rm -rf ${_tmp}' EXIT SIGINT rm "${SPECROOT}"/* -cp "${TMP_SPECROOT}/BUILD" "${SPECROOT}/BUILD" cp "${TMP_SPECROOT}/README.md" "${SPECROOT}/README.md" "${KUBE_ROOT}/hack/update-openapi-spec.sh"