mirror of https://github.com/grpc/grpc-web.git
Update init_submodules.sh
This commit is contained in:
parent
e25afb40de
commit
d5550cd52b
|
@ -18,5 +18,5 @@ cd "$(dirname "$0")"/..
|
|||
git submodule --quiet update --init
|
||||
cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../..
|
||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||
cd third_party/grpc && git checkout tags/v1.28.1 -f && \
|
||||
cd third_party/grpc && git checkout tags/v1.30.0 -f && \
|
||||
git submodule --quiet update --init && cd ../..
|
||||
|
|
Loading…
Reference in New Issue