Skip to content

Commit

Permalink
buildscripts: Specify Bazel version to use
Browse files Browse the repository at this point in the history
The version Kokoro uses changes over time. We need a stable version so
our build doesn't break when Bazel is upgraded.
  • Loading branch information
ejona86 committed May 15, 2019
1 parent 3049cee commit f113377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildscripts/kokoro/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

set -exu -o pipefail

use_bazel.sh 0.12.0

cd github/grpc-java
bazel build ...

0 comments on commit f113377

Please sign in to comment.