mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2166 from murgatroid99/xds_k8s_url_map_submodules_1.4.x
Clone submodules in xds k8s url map script(1.4.x)
This commit is contained in:
commit
f998c4f95c
|
@ -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