36aa77937a
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
8 lines
190 B
YAML
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
|