proto: clear out old ratelimit.tmp files before making new ones (#17292)
This commit is contained in:
parent
281e1696ca
commit
cb16046672
|
@ -45,6 +45,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…
Reference in New Issue