mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Making sure the submodules are present.
This commit is contained in:
parent
0c3e7507fd
commit
e6d8f9cdaa
@ -22,6 +22,9 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
|
||||
set -e
|
||||
cd $(dirname $0)
|
||||
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
|
||||
node_versions="6 7 8"
|
||||
|
||||
# TODO(mlumish): Add electron tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user