Skip to content

Commit cbece42

Browse files
authored
Merge pull request #3002 from murgatroid99/grpc-js-xds_interop_fix
grpc-js-xds: interop: Fix order of submodule update and npm install
2 parents 5ceac29 + 196ceaa commit cbece42

File tree

1 file changed

+3
-2
lines changed
  • packages/grpc-js-xds/scripts

1 file changed

+3
-2
lines changed

packages/grpc-js-xds/scripts/xds.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ echo "source $NVM_DIR/nvm.sh" > ~/.profile
3434
echo "source $NVM_DIR/nvm.sh" > ~/.shrc
3535
export ENV=~/.shrc
3636

37+
cd $base
38+
git submodule update --init --recursive
39+
3740
cd $base/../proto-loader
3841
npm install
3942

@@ -47,8 +50,6 @@ cd $base/../grpc-reflection
4750
npm install
4851

4952
# grpc-js-xds has a dev dependency on "../grpc-js", so it should pull that in automatically
50-
cd $base
51-
git submodule update --init --recursive
5253
npm install
5354

5455
cd ../../..

0 commit comments

Comments
 (0)