Use the latest Bazel version.

pull/13171/head
Josh Haberman 6 years ago
parent 12195ff19f
commit 43ab429c09
  1. 7
      kokoro/ubuntu/build.sh

@ -1,4 +1,11 @@
#!/bin/bash #!/bin/bash
# Install the latest version of Bazel.
use_bazel.sh latest
# Log the bazel path and version.
which bazel
bazel version
cd $(dirname $0)/../.. cd $(dirname $0)/../..
bazel test :all bazel test :all

Loading…
Cancel
Save