Skip to content

Commit

Permalink
No need to specify the env var explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Apr 29, 2020
1 parent fffbf2d commit d6f959b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 0 additions & 4 deletions kokoro/master.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
build_file: "grpc-web/scripts/kokoro.sh"
env_vars {
key: "MASTER"
value: "1"
}
2 changes: 2 additions & 0 deletions scripts/kokoro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ set -ex
SCRIPT_DIR=$(dirname "$0")
cd "${SCRIPT_DIR}"

export MASTER=1

./run_basic_tests.sh

./run_interop_tests.sh

0 comments on commit d6f959b

Please sign in to comment.