No need to specify the env var explicitly

This commit is contained in:
Stanley Cheung 2020-04-29 13:53:20 -07:00 committed by Stanley Cheung
parent fffbf2df1d
commit d6f959b17b
3 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,7 @@ In order to protect both you and ourselves, you will need to sign the
The basic build script should run to completion.
```sh
$ MASTER=1 ./scripts/kokoro.sh
$ ./scripts/kokoro.sh
```
More details to come.

View File

@ -1,5 +1 @@
build_file: "grpc-web/scripts/kokoro.sh"
env_vars {
key: "MASTER"
value: "1"
}

View File

@ -17,6 +17,8 @@ set -ex
SCRIPT_DIR=$(dirname "$0")
cd "${SCRIPT_DIR}"
export MASTER=1
./run_basic_tests.sh
./run_interop_tests.sh