Update init_submodules.sh

This commit is contained in:
Stanley Cheung 2020-07-07 17:07:23 -07:00 committed by Stanley Cheung
parent e25afb40de
commit d5550cd52b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ../..