From 474a496a7a9695f3ad8fd4a9cc6e106bcb2e7be9 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 22 Sep 2020 00:47:55 -0700 Subject: [PATCH] Update submodules in xds test script --- packages/grpc-js/scripts/xds.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grpc-js/scripts/xds.sh b/packages/grpc-js/scripts/xds.sh index ae2362d6..c15db9fc 100755 --- a/packages/grpc-js/scripts/xds.sh +++ b/packages/grpc-js/scripts/xds.sh @@ -39,6 +39,7 @@ which node node -v cd $base +git submodule update --init --recursive npm install cd ../../..