We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72630d8 commit 46691dfCopy full SHA for 46691df
1 file changed
buildscripts/sync-protos.sh
@@ -8,7 +8,7 @@ curl -Ls https://github.com/grpc/grpc-proto/archive/master.tar.gz | tar xz -C "$
8
base="$tmpdir/grpc-proto-master"
9
10
# Copy protos in 'src/main/proto' from grpc-proto for these projects
11
-for project in alts grpclb services rls interop-testing; do
+for project in alts grpclb services s2a rls interop-testing; do
12
while read -r proto; do
13
[ -f "$base/$proto" ] && cp "$base/$proto" "$project/src/main/proto/$proto"
14
echo "$proto"
0 commit comments