mirror of https://github.com/grpc/grpc-node.git
Update submodules in grpc-tools kokoro scripts
This commit is contained in:
parent
70f37b4829
commit
74308b1890
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue