Fix some publishing jobs

The publish-docs dir is in workspace, fix path so that the directory is
found.

Change-Id: I8895345ff9df6d83b3386fccd8260d29ac12df2c
This commit is contained in:
Andreas Jaeger 2017-09-29 18:37:01 +02:00 committed by Clark Boylan
parent c12645e602
commit f31534d81d
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
- name: Copy files from publish-docs/ on node
synchronize:
src: publish-docs/
src: '{{ ansible_user_dir }}/workspace/publish-docs/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true

View File

@ -3,7 +3,7 @@
- name: Copy files from publish-docs/ on node
synchronize:
src: publish-docs/
src: '{{ ansible_user_dir }}/workspace/publish-docs/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true

View File

@ -3,7 +3,7 @@
- name: Copy files from publish-docs/ on node
synchronize:
src: publish-docs/
src: '{{ ansible_user_dir }}/workspace/publish-docs/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true

View File

@ -3,7 +3,7 @@
- name: Copy files from publish-docs/ on node
synchronize:
src: publish-docs/
src: '{{ ansible_user_dir }}/workspace/publish-docs/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true

View File

@ -3,7 +3,7 @@
- name: Copy files from publish-docs/ on node
synchronize:
src: publish-docs/
src: '{{ ansible_user_dir }}/workspace/publish-docs/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true