mirror of https://github.com/grpc/grpc-node.git
Update submodules in test script
This commit is contained in:
parent
437f534930
commit
71e5cb9c4f
|
@ -25,6 +25,8 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
|
|||
set -ex
|
||||
cd $ROOT
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
if [ ! -n "$node_versions" ] ; then
|
||||
node_versions="8 10 12"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue