diff --git a/scripts/kokoro.sh b/scripts/kokoro.sh index ac9a692a..96b3061f 100755 --- a/scripts/kokoro.sh +++ b/scripts/kokoro.sh @@ -45,7 +45,7 @@ done docker-compose -f advanced.yml build # Run all bazel unit tests -BAZEL_VERSION=0.27.0 +BAZEL_VERSION=0.27.1 wget https://github.com/bazelbuild/bazel/releases/download/"${BAZEL_VERSION}"/bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh chmod +x ./bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh ./bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh --user