From 04f78beb360db56954d882b3983641e717267467 Mon Sep 17 00:00:00 2001 From: Daniel Bader Date: Sat, 22 Jun 2019 16:41:47 +0200 Subject: [PATCH] Update Bazel version to 0.27.0 --- scripts/kokoro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kokoro.sh b/scripts/kokoro.sh index 1a33f00d..ac9a692a 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.23.1 +BAZEL_VERSION=0.27.0 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