Commit 63d9c1fb authored by Adam Cozzette's avatar Adam Cozzette Committed by Paul Yang

Updated Bazel test script to use most recent Bazel version (#6413)

I'm not exactly sure why, but this fixes the failing Bazel presubmit
test. Using the most recent version seems like a good idea anyway so
that we can make sure we're compatible with any new Bazel changes.
parent 400d3888
......@@ -3,6 +3,10 @@
# Build file to set up and run tests
set -ex
# Install the latest Bazel version available
use_bazel.sh latest
bazel version
# Change to repo root
cd $(dirname $0)/../../..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment