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
This commit is contained in:
Andreas Jaeger 2018-02-21 08:35:39 +01:00
parent d398cc8507
commit 4ec265e5e5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- name: Collect generate-labs generated files - name: Collect generate-labs generated files
synchronize: synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts/dist" dest: "{{ zuul.executor.work_root }}/artifacts"
mode: pull mode: pull
src: "src/{{ zuul.project.canonical_name }}/build/dist" src: "src/{{ zuul.project.canonical_name }}/build/"
verify_host: true verify_host: true