Codegen: rm conversion files before regen

This commit is contained in:
Tim Hockin 2023-01-04 16:01:25 -08:00
parent e149f79d4e
commit 7f87ecfb9a
No known key found for this signature in database

View File

@ -333,6 +333,8 @@ function codegen::conversions() {
done
fi
git_find -z ':(glob)**'/"${output_base}.go" | xargs -0 rm -f
./hack/run-in-gopath.sh "${gen_conversion_bin}" \
--v "${KUBE_VERBOSE}" \
--logtostderr \