commit | e4d74a2e5fb3413f09daef6be06503810f2758b4 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Feb 26 15:16:10 2019 -0800 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Feb 26 15:16:10 2019 -0800 |
tree | c2fd398d2c676f5611d1e2f2f865d001a9043f19 | |
parent | 0b27fee14c5464768f3d480197bc24ac03f68c11 [diff] |
Bump version of bazel to 0.23 on master branch Change-Id: I5f68acd75b473ea15443032648a6b3cad851a47e
diff --git a/jjb/onos/install-bazel.sh b/jjb/onos/install-bazel.sh index f094cff..0afbcd8 100644 --- a/jjb/onos/install-bazel.sh +++ b/jjb/onos/install-bazel.sh
@@ -3,7 +3,12 @@ # exit on errors set -eu -o pipefail -BAZEL_VERSION="0.19.2" +if [ ${GERRIT_BRANCH} == "master" ] +then + BAZEL_VERSION="0.23.0" +else + BAZEL_VERSION="0.19.2" +fi if [ ${BAZEL_VERSION} != "none" ] then