[bazel] Upgrade to 0.21.0

This commit is contained in:
Yannic 2018-12-27 19:17:28 +01:00 committed by Stanley Cheung
parent 4aaa044916
commit 4e23d78d4b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ done
docker-compose -f advanced.yml build
# Run all bazel unit tests
BAZEL_VERSION=0.19.1
BAZEL_VERSION=0.21.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