Skip to content

Commit

Permalink
backport of commit 8689263 (#17307)
Browse files Browse the repository at this point in the history
Co-authored-by: R.B. Boyer <[email protected]>
  • Loading branch information
hc-github-team-consul-core and rboyer authored May 11, 2023
1 parent 9b5f872 commit 49e8ae7
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 @@ -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
Expand Down

0 comments on commit 49e8ae7

Please sign in to comment.