Codegen: rm prerelease files before regen

This commit is contained in:
Tim Hockin 2023-01-04 15:58:21 -08:00
parent 07f7941de6
commit 3f0c3f33ca
No known key found for this signature in database

View File

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