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:
Michael Lumish 2022-07-08 11:29:03 -07:00 committed by GitHub
commit f998c4f95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}")"