Skip to content

Commit

Permalink
proto: clear out old ratelimit.tmp files before making new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed May 11, 2023
1 parent e9986e3 commit 8689263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-support/scripts/protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8689263

Please sign in to comment.