remove clearly unnecessary lingering BUILD file references

This commit is contained in:
Benjamin Elder
2022-10-04 16:47:25 -07:00
parent 27344212ce
commit db9c760ee7
5 changed files with 2 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ pushd "${KUBE_ROOT}" > /dev/null 2>&1
ret=1
fi
if ! _out="$(diff -Naupr -x "BUILD" -x "AUTHORS*" -x "CONTRIBUTORS*" vendor "${_kubetmp}/vendor")"; then
if ! _out="$(diff -Naupr -x "AUTHORS*" -x "CONTRIBUTORS*" vendor "${_kubetmp}/vendor")"; then
echo "Your vendored results are different:" >&2
echo "${_out}" >&2
echo "Vendor Verify failed." >&2