project-config/playbooks/training-labs/post.yaml
Andreas Jaeger 4ec265e5e5 Fix post training-labs playbook
We cannot use a deeper directory, rsync will fail if the parent does not
exist.

Instead rename src to publish properly.

Change-Id: I601c85cd774fb1693c53a68619e2c1870604f3bb
2018-02-21 08:35:39 +01:00

10 lines
253 B
YAML

- hosts: all
tasks:
- name: Collect generate-labs generated files
synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts"
mode: pull
src: "src/{{ zuul.project.canonical_name }}/build/"
verify_host: true