Skip to content

Commit be749bf

Browse files
committed
Update submodules in test script
1 parent ee0c6bc commit be749bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ main() {
135135
local script_dir
136136
script_dir="$(dirname "$0")"
137137

138+
git submodule update --init --recursive
139+
138140
# Source the test driver from the master branch.
139141
echo "Sourcing test driver install script from: ${TEST_DRIVER_INSTALL_SCRIPT_URL}"
140142
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"

0 commit comments

Comments
 (0)