diff --git a/playbooks/zuul/gerrit/run.yaml b/playbooks/zuul/gerrit/run.yaml index 59eabcf726..dd7768e791 100644 --- a/playbooks/zuul/gerrit/run.yaml +++ b/playbooks/zuul/gerrit/run.yaml @@ -1,3 +1,10 @@ +- hosts: all + tasks: + - shell: | + cd /home/zuul/src/gerrit.googlesource.com/gerrit + # Disable the x/ redirection since we have x/ projects + sed -i -e 's|"/x/\*"\,$|//"/x/*",|g' java/com/google/gerrit/httpd/raw/StaticModule.java + - hosts: all roles: - role: bazelisk-build