mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Don't move artifacts directory around
This commit is contained in:
parent
d879e21a42
commit
efe0fb1b8f
@ -30,12 +30,11 @@ cd ..\..
|
||||
git submodule update --init
|
||||
git submodule foreach --recursive git submodule update --init
|
||||
|
||||
set ARTIFACTS_OUT=artifacts
|
||||
set ARTIFACTS_OUT=%cd%\artifacts
|
||||
cd packages\grpc-native-core
|
||||
call tools\run_tests\artifacts\build_artifact_node.bat || goto :error
|
||||
cd ..\..
|
||||
|
||||
move packages\grpc-native-core\artifacts .
|
||||
goto :EOF
|
||||
|
||||
:error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user