eaf81e3ab1
We have a yaml2ical publisher special for these. This is the last job that isn't covered by the migration script. Change-Id: I9262f0c146427df758672e7822dbb7a6fc148dda
14 lines
295 B
YAML
14 lines
295 B
YAML
- hosts: all
|
|
roles:
|
|
- role: tox
|
|
tox_envlist: ical
|
|
|
|
post_tasks:
|
|
|
|
- name: Collect yaml2ical output
|
|
synchronize:
|
|
dest: "{{ zuul.executor.work_root }}/yaml2ical"
|
|
mode: pull
|
|
src: "src/{{ zuul.project.canonical_name }}/output"
|
|
verify_host: true
|