mirror of https://github.com/hashicorp/consul
proto: clear out old ratelimit.tmp files before making new ones
parent
e9986e3774
commit
868926374a
|
@ -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