Merge "Further fix laravel branch and master publish jobs"

This commit is contained in:
Zuul 2018-04-25 14:49:55 +00:00 committed by Gerrit Code Review
commit f4c1c5c500
2 changed files with 12 additions and 0 deletions

View File

@ -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/'

View File

@ -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/'