mirror of https://github.com/grpc/grpc-node.git
Clone submodules in xds k8s url map script
This commit is contained in:
parent
72d5390447
commit
908b9e6548
|
@ -133,6 +133,10 @@ main() {
|
|||
local script_dir
|
||||
script_dir="$(dirname "$0")"
|
||||
|
||||
cd "${script_dir}"
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
# Source the test driver from the master branch.
|
||||
echo "Sourcing test driver install script from: ${TEST_DRIVER_INSTALL_SCRIPT_URL}"
|
||||
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"
|
||||
|
|
Loading…
Reference in New Issue