diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh index bbf8841c56..70a81592a5 100644 --- a/kokoro/ubuntu/build.sh +++ b/kokoro/ubuntu/build.sh @@ -1,4 +1,11 @@ #!/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)/../.. bazel test :all