Remove bazel version hack

The upstream patch has landed, so we don't need this anymore.

Change-Id: I08a6705f189b2a24b737ab4f52bb7f449879fdf1
This commit is contained in:
Monty Taylor 2019-09-16 21:25:07 +02:00
parent 940e31f043
commit f0a3f0cb37

View File

@ -53,9 +53,3 @@
command: "mv docker/gerrit/bazel/build-gerrit.sh /home/zuul/src/gerrit.googlesource.com/gerrit" command: "mv docker/gerrit/bazel/build-gerrit.sh /home/zuul/src/gerrit.googlesource.com/gerrit"
args: args:
chdir: /home/zuul/src/opendev.org/opendev/system-config chdir: /home/zuul/src/opendev.org/opendev/system-config
# TODO(mordred) Remove this line when
# https://gerrit-review.googlesource.com/c/gerrit/+/237495
# lands.
- name: Overwrite bazel version
shell: "echo 0.29.1 > /home/zuul/src/gerrit.googlesource.com/gerrit/.bazelversion"