Update submodules in grpc-tools kokoro scripts

This commit is contained in:
murgatroid99 2019-02-11 16:56:28 -08:00
parent 70f37b4829
commit 74308b1890
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
cd /d %~dp0
cd ../..
git submodule update --init --recursive
set ARTIFACTS_OUT=%cd%/artifacts
powershell -File ./packages/grpc-tools/build_binaries.ps1 || exit /b 1
powershell -File ./packages/grpc-tools/build_binaries.ps1 || goto :error
goto :EOF
:error
exit /b 1

View File

@ -4,6 +4,8 @@ base_dir=$(pwd)
OS=$(uname)
git submodule update --init --recursive
case $OS in
Linux)
docker build -t kokoro-native-image tools/release/native