Merge "Yet more fix laravel branch/master publish jobs"
This commit is contained in:
commit
cceb6857af
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user