mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
set -e
|
|
cd $(dirname $0)/..
|
|
base_dir=$(pwd)
|
|
|
|
./tools/release/kokoro-nodejs.sh
|
|
./tools/release/kokoro-grpc-tools.sh |