You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- hosts: all
|
|
tasks:
|
|
# NOTE(ianw) : we have to copy them in here, because the gerrit
|
|
# image is built in this context.
|
|
- name: Copy helpers into jeepyb build context
|
|
copy:
|
|
src: '{{ item }}'
|
|
dest: '/home/zuul/src/opendev.org/opendev/jeepyb'
|
|
loop:
|
|
- run-gerrit.sh
|
|
- wait-for-it.sh
|