backport of commit 868926374a (#17307)

Co-authored-by: R.B. Boyer <rb@hashicorp.com>
pull/17314/head
hc-github-team-consul-core 2 years ago committed by GitHub
parent 9b5f872ee7
commit 49e8ae7b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,9 @@ function main {
esac
done
# clear old ratelimit.tmp files
find . -name .ratelimit.tmp -delete
local mods=$(find . -name 'buf.gen.yaml' -exec dirname {} \; | sort)
for mod in $mods
do

Loading…
Cancel
Save