Merge "Fix src location"

This commit is contained in:
Zuul 2017-09-30 16:32:36 +00:00 committed by Gerrit Code Review
commit f5934ee174
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