Skip to content

Commit

Permalink
Remove buf mod update
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Nov 8, 2023
1 parent 0288e55 commit 461444f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
set -eox pipefail

echo "Generating proto code"
cd proto
buf mod update
cd ..

proto_dirs=$(find ./proto -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)
for dir in $proto_dirs; do
for file in $(find "${dir}" -maxdepth 1 -name '*.proto'); do
Expand Down

0 comments on commit 461444f

Please sign in to comment.