Monty Taylor eaf81e3ab1
Make yaml2ical publication job
We have a yaml2ical publisher special for these. This is the last job
that isn't covered by the migration script.

Change-Id: I9262f0c146427df758672e7822dbb7a6fc148dda
2017-09-20 16:24:06 -05:00

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