diff --git a/playbooks/legacy/laravel-openstackid-release-branch/post.yaml b/playbooks/legacy/laravel-openstackid-release-branch/post.yaml index f32fe0c5..8561447b 100644 --- a/playbooks/legacy/laravel-openstackid-release-branch/post.yaml +++ b/playbooks/legacy/laravel-openstackid-release-branch/post.yaml @@ -29,14 +29,14 @@ - name: Ensure artifact transit directory exists file: - path: '{{ zuul.executor.log_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts' state: directory delegate_to: localhost - name: Copy files from {{ ansible_user_dir }}/workspace/ on node synchronize: src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/artifacts/' + dest: '{{ zuul.executor.work_root }}/artifacts/' mode: pull copy_links: true verify_host: true diff --git a/playbooks/legacy/laravel-openstackid-release-master/post.yaml b/playbooks/legacy/laravel-openstackid-release-master/post.yaml index f32fe0c5..8561447b 100644 --- a/playbooks/legacy/laravel-openstackid-release-master/post.yaml +++ b/playbooks/legacy/laravel-openstackid-release-master/post.yaml @@ -29,14 +29,14 @@ - name: Ensure artifact transit directory exists file: - path: '{{ zuul.executor.log_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts' state: directory delegate_to: localhost - name: Copy files from {{ ansible_user_dir }}/workspace/ on node synchronize: src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/artifacts/' + dest: '{{ zuul.executor.work_root }}/artifacts/' mode: pull copy_links: true verify_host: true