mirror of https://github.com/grpc/grpc-node.git
Change directory before submodules update
This commit is contained in:
parent
be749bf94f
commit
e61c8f9ecd
|
@ -135,6 +135,8 @@ main() {
|
|||
local script_dir
|
||||
script_dir="$(dirname "$0")"
|
||||
|
||||
cd "${script_dir}"
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
# Source the test driver from the master branch.
|
||||
|
|
Loading…
Reference in New Issue