Skip to content

Commit

Permalink
feat(docker-entrypoint): Add --experimental_allow_proto3_optional (#1414
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tmc authored Aug 17, 2022
1 parent 5c578ed commit b92ab8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ while [ -n "$1" ]; do
done

protoc --proto_path=/protos/ --proto_path=/in/ \
--experimental_allow_proto3_optional \
--python_gapic_out=/out/ \
--python_gapic_opt=${PLUGIN_OPTIONS:1} \
`find /in/ -name *.proto`

0 comments on commit b92ab8c

Please sign in to comment.