Fix yaml2ical publishing
Only copy content from the output directory, not the directory itself. Change-Id: I0820f83f541bd1448200608a2768bae8e009b478
This commit is contained in:
parent
7a4663aada
commit
b971ba3f8f
@ -4,7 +4,7 @@
|
|||||||
synchronize:
|
synchronize:
|
||||||
dest: "{{ zuul.executor.work_root }}/yaml2ical"
|
dest: "{{ zuul.executor.work_root }}/yaml2ical"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "src/{{ zuul.project.canonical_name }}/output"
|
src: "src/{{ zuul.project.canonical_name }}/output/"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user