Skip to content

Commit

Permalink
Update Bazel to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danfabi authored and stanley-cheung committed Jul 2, 2019
1 parent 885dfbc commit a3174cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kokoro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3174cb

Please sign in to comment.