Fix src location

Copy files from the proper workdir where they reside.

Change-Id: Ic925ff6cfa406897af512526eb1067c2b74ab8ae
This commit is contained in:
Andreas Jaeger 2017-09-30 17:19:12 +02:00
parent f9bfaa96aa
commit d7b5717470
16 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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