system-config/playbooks/zuul/gerrit/jgit.yaml
Monty Taylor 36aa77937a Add jobs to build gerrit master branch
We'll use this to test the checks plugin.

We have to add jgit as a repo because it's a submodule now.

Change-Id: Ic7e9ad0265e136a9ac6b1147998f6eb5ee398180
2019-10-20 06:35:56 +09:00

8 lines
190 B
YAML

- hosts: all
tasks:
- name: Checkout jgit submodule
command: "git submodule update --init modules/jgit"
args:
chdir: /home/zuul/src/gerrit.googlesource.com/gerrit