From d7b571747096ae3383852874cc7abb121b2efb02 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 30 Sep 2017 17:19:12 +0200 Subject: [PATCH] Fix src location Copy files from the proper workdir where they reside. Change-Id: Ic925ff6cfa406897af512526eb1067c2b74ab8ae --- playbooks/legacy/api-guide/post.yaml | 2 +- playbooks/legacy/blazar-dashboard-releasenotes/post.yaml | 2 +- playbooks/legacy/blazar-releasenotes/post.yaml | 2 +- playbooks/legacy/deploy-guide/post.yaml | 2 +- playbooks/legacy/gate-placement-api-ref/post.yaml | 2 +- playbooks/legacy/install-guide/post.yaml | 2 +- .../legacy/k8s-docker-suite-app-murano-releasenotes/post.yaml | 2 +- playbooks/legacy/monitorstack-releasenotes/post.yaml | 2 +- .../legacy/neutron-vpnaas-dashboard-releasenotes/post.yaml | 2 +- playbooks/legacy/neutron-vpnaas-releasenotes/post.yaml | 2 +- playbooks/legacy/nova-api-ref-src/post.yaml | 2 +- playbooks/legacy/openstackdocstheme-api-ref/post.yaml | 2 +- playbooks/legacy/packstack-releasenotes/post.yaml | 2 +- playbooks/legacy/releasenotes/post.yaml | 2 +- playbooks/legacy/storyboard-webclient-js-draft/post.yaml | 2 +- playbooks/legacy/vinz-webclient-js-draft/post.yaml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playbooks/legacy/api-guide/post.yaml b/playbooks/legacy/api-guide/post.yaml index 0e0b6cea..22db1c2f 100644 --- a/playbooks/legacy/api-guide/post.yaml +++ b/playbooks/legacy/api-guide/post.yaml @@ -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 diff --git a/playbooks/legacy/blazar-dashboard-releasenotes/post.yaml b/playbooks/legacy/blazar-dashboard-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/blazar-dashboard-releasenotes/post.yaml +++ b/playbooks/legacy/blazar-dashboard-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/blazar-releasenotes/post.yaml b/playbooks/legacy/blazar-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/blazar-releasenotes/post.yaml +++ b/playbooks/legacy/blazar-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/deploy-guide/post.yaml b/playbooks/legacy/deploy-guide/post.yaml index c11bb358..cfb21742 100644 --- a/playbooks/legacy/deploy-guide/post.yaml +++ b/playbooks/legacy/deploy-guide/post.yaml @@ -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 diff --git a/playbooks/legacy/gate-placement-api-ref/post.yaml b/playbooks/legacy/gate-placement-api-ref/post.yaml index 0e2033b7..9c42a2ca 100644 --- a/playbooks/legacy/gate-placement-api-ref/post.yaml +++ b/playbooks/legacy/gate-placement-api-ref/post.yaml @@ -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 diff --git a/playbooks/legacy/install-guide/post.yaml b/playbooks/legacy/install-guide/post.yaml index 7a05e161..0d55a252 100644 --- a/playbooks/legacy/install-guide/post.yaml +++ b/playbooks/legacy/install-guide/post.yaml @@ -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 diff --git a/playbooks/legacy/k8s-docker-suite-app-murano-releasenotes/post.yaml b/playbooks/legacy/k8s-docker-suite-app-murano-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/k8s-docker-suite-app-murano-releasenotes/post.yaml +++ b/playbooks/legacy/k8s-docker-suite-app-murano-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/monitorstack-releasenotes/post.yaml b/playbooks/legacy/monitorstack-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/monitorstack-releasenotes/post.yaml +++ b/playbooks/legacy/monitorstack-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/neutron-vpnaas-dashboard-releasenotes/post.yaml b/playbooks/legacy/neutron-vpnaas-dashboard-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/neutron-vpnaas-dashboard-releasenotes/post.yaml +++ b/playbooks/legacy/neutron-vpnaas-dashboard-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/neutron-vpnaas-releasenotes/post.yaml b/playbooks/legacy/neutron-vpnaas-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/neutron-vpnaas-releasenotes/post.yaml +++ b/playbooks/legacy/neutron-vpnaas-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/nova-api-ref-src/post.yaml b/playbooks/legacy/nova-api-ref-src/post.yaml index 01d82db8..6db592fa 100644 --- a/playbooks/legacy/nova-api-ref-src/post.yaml +++ b/playbooks/legacy/nova-api-ref-src/post.yaml @@ -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 diff --git a/playbooks/legacy/openstackdocstheme-api-ref/post.yaml b/playbooks/legacy/openstackdocstheme-api-ref/post.yaml index 01d82db8..6db592fa 100644 --- a/playbooks/legacy/openstackdocstheme-api-ref/post.yaml +++ b/playbooks/legacy/openstackdocstheme-api-ref/post.yaml @@ -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 diff --git a/playbooks/legacy/packstack-releasenotes/post.yaml b/playbooks/legacy/packstack-releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/packstack-releasenotes/post.yaml +++ b/playbooks/legacy/packstack-releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/releasenotes/post.yaml b/playbooks/legacy/releasenotes/post.yaml index d9da1afa..da3dcc39 100644 --- a/playbooks/legacy/releasenotes/post.yaml +++ b/playbooks/legacy/releasenotes/post.yaml @@ -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 diff --git a/playbooks/legacy/storyboard-webclient-js-draft/post.yaml b/playbooks/legacy/storyboard-webclient-js-draft/post.yaml index 8729b99f..c390948d 100644 --- a/playbooks/legacy/storyboard-webclient-js-draft/post.yaml +++ b/playbooks/legacy/storyboard-webclient-js-draft/post.yaml @@ -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 diff --git a/playbooks/legacy/vinz-webclient-js-draft/post.yaml b/playbooks/legacy/vinz-webclient-js-draft/post.yaml index 8729b99f..c390948d 100644 --- a/playbooks/legacy/vinz-webclient-js-draft/post.yaml +++ b/playbooks/legacy/vinz-webclient-js-draft/post.yaml @@ -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