Skip to content

Commit 601c17f

Browse files
committed
Change submodule path
1 parent cc3f44f commit 601c17f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
[submodule "grpc-gcp/test/googleapis"]
2-
path = grpc-gcp/test/googleapis
1+
[submodule "third_party/googleapis"]
2+
path = third_party/googleapis
33
url = https://github.com/googleapis/googleapis.git
4+
branch = master

grpc-gcp/test/codegen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ rm -rf google
55

66
PROTOC=../node_modules/grpc-tools/bin/protoc.js
77

8-
for p in $(find ./googleapis/google -type f -name *.proto); do
8+
for p in $(find ../../third_party/googleapis/google -type f -name *.proto); do
99
$PROTOC \
10-
--proto_path=./googleapis \
10+
--proto_path=../../third_party/googleapis \
1111
--js_out=import_style=commonjs,binary:./ \
1212
--grpc_out=./ \
1313
"$p"

grpc-gcp/test/googleapis

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/googleapis

Submodule googleapis added at 84588c6

0 commit comments

Comments
 (0)