system-config/playbooks/zuul/gerrit/submodules.yaml
Clark Boylan 1008a1fc90 Build images for gerrit 3.1 and 3.2
This will allow us to test further gerrit upgrades while we sort out how
far into the gerrit releases we will be upgrading to on our next
upgrade.

Change-Id: Ic9d07b76e41ad4262cc0e2e1ff8a5d554f88239e
2020-10-06 15:37:06 -07:00

11 lines
276 B
YAML

- hosts: all
tasks:
- name: Checkout submodules
shell: "if [ -d {{ item }} ] ; then git submodule update --init {{ item }} ; fi"
args:
chdir: /home/zuul/src/gerrit.googlesource.com/gerrit
loop:
- modules/jgit
- polymer-bridges