Fix laravel branch and master publish jobs
It looks like they were incorrectly converted. Change-Id: Iae2c8f60fc3791c726ca34a82beedd7706756739
This commit is contained in:
parent
5614ac6dd5
commit
2b5372513b
@ -30,7 +30,7 @@
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
synchronize:
|
||||
src: '{{ ansible_user_dir }}/workspace/'
|
||||
dest: tarballs/$ZUUL_SHORT_PROJECT_NAME/
|
||||
dest: '{{ zuul.executor.log_root }}/tarballs/{{ zuul.project.short_name}}'
|
||||
mode: pull
|
||||
copy_links: true
|
||||
verify_host: true
|
||||
|
@ -30,7 +30,7 @@
|
||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||
synchronize:
|
||||
src: '{{ ansible_user_dir }}/workspace/'
|
||||
dest: tarballs/$ZUUL_SHORT_PROJECT_NAME/
|
||||
dest: '{{ zuul.executor.log_root }}/tarballs/{{ zuul.project.short_name}}'
|
||||
mode: pull
|
||||
copy_links: true
|
||||
verify_host: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user