Clone submodules in xds k8s url map script

This commit is contained in:
Michael Lumish 2022-07-08 10:05:07 -07:00
parent 72d5390447
commit 908b9e6548
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}")"