Merge "Further fix laravel branch and master publish jobs"
This commit is contained in:
commit
f4c1c5c500
@ -27,6 +27,12 @@
|
||||
- --exclude=*
|
||||
- --prune-empty-dirs
|
||||
|
||||
- name: Ensure artifact transit directory exists
|
||||
file:
|
||||
path: '{{ zuul.executor.log_root }}/tarballs/{{ zuul.project.short_name}}'
|
||||
state: directory
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
synchronize:
|
||||
src: '{{ ansible_user_dir }}/workspace/'
|
||||
|
@ -27,6 +27,12 @@
|
||||
- --exclude=*
|
||||
- --prune-empty-dirs
|
||||
|
||||
- name: Ensure artifact transit directory exists
|
||||
file:
|
||||
path: '{{ zuul.executor.log_root }}/tarballs/{{ zuul.project.short_name}}'
|
||||
state: directory
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
synchronize:
|
||||
src: '{{ ansible_user_dir }}/workspace/'
|
||||
|
Loading…
Reference in New Issue
Block a user