1008a1fc90
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
11 lines
276 B
YAML
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
|