Merge "Further fix laravel branch/master publish jobs"

This commit is contained in:
Zuul 2018-04-27 16:44:43 +00:00 committed by Gerrit Code Review
commit 5af35c8e6e
2 changed files with 2 additions and 14 deletions

View File

@ -35,13 +35,7 @@
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
synchronize:
src: '{{ ansible_user_dir }}/workspace/'
src: '{{ ansible_user_dir }}/workspace/tarballs/'
dest: '{{ zuul.executor.work_root }}/artifacts/'
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- --include=/tarballs/*.tar.gz
- --include=*/
- --exclude=*
- --prune-empty-dirs

View File

@ -35,13 +35,7 @@
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
synchronize:
src: '{{ ansible_user_dir }}/workspace/'
src: '{{ ansible_user_dir }}/workspace/tarballs/'
dest: '{{ zuul.executor.work_root }}/artifacts/'
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- --include=/tarballs/*.tar.gz
- --include=*/
- --exclude=*
- --prune-empty-dirs