commit | 8da6fce26d874805e5a87ef253524e839ce9f703 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Jun 17 14:31:11 2019 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Jun 17 14:33:32 2019 -0700 |
tree | 3917e53e9d00546cd1f99571d2802a2c39a1b79b | |
parent | 9580f99bd3342c4d67f112590701af45d989a2d0 [diff] |
Bump bazel version for the master branch up to 0.27.0 Change-Id: I8c8f863a47e51f73d761b08824a12db308d2e08b
diff --git a/jjb/onos/install-bazel.sh b/jjb/onos/install-bazel.sh index f805e4a..7f9b727 100644 --- a/jjb/onos/install-bazel.sh +++ b/jjb/onos/install-bazel.sh
@@ -7,7 +7,11 @@ then BAZEL_VERSION="0.19.2" else - BAZEL_VERSION="0.24.1" + if [ ${GERRIT_BRANCH} == "master" ]; then + BAZEL_VERSION="0.27.0" + else + BAZEL_VERSION="0.24.1" + fi fi if [ ${BAZEL_VERSION} != "none" ]