Fix yaml2ical publishing

Only copy content from the output directory, not the directory itself.

Change-Id: I0820f83f541bd1448200608a2768bae8e009b478
This commit is contained in:
Jens Harbott 2017-11-03 05:36:37 +00:00
parent 7a4663aada
commit b971ba3f8f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
synchronize:
dest: "{{ zuul.executor.work_root }}/yaml2ical"
mode: pull
src: "src/{{ zuul.project.canonical_name }}/output"
src: "src/{{ zuul.project.canonical_name }}/output/"
verify_host: true
- hosts: localhost