avoid using Bazel latest. (#8753)

pull/8756/head
Derek Perez 4 years ago committed by GitHub
parent aedf4e6316
commit e9ffe09c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      kokoro/linux/bazel/build.sh

@ -3,8 +3,8 @@
# Build file to set up and run tests
set -ex
# Install the latest Bazel version available
use_bazel.sh latest
# Install Bazel 4.0.0.
use_bazel.sh 4.0.0
bazel version
# Print bazel testlogs to stdout when tests failed.

Loading…
Cancel
Save