Fix the post-publishing job: correct src directory

Use the (hopefully correct) directory where the artifacts are
really stored.
This should fix the newly merged sahara-extra-publish-artifacts
job, which dit not test proper testing (sorry).

Change-Id: I3d6f9fd7c39633c6b3ba24bab369f50ba50d8fbc
This commit is contained in:
Luigi Toscano 2018-07-13 21:51:53 +02:00
parent 90c2430bc9
commit 5370554703
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts/"
mode: pull
src: "{{ ansible_user_dir }}/dist"
src: "{{ zuul.project.src_dir }}/dist"
copy_links: true
verify_host: true
rsync_opts: