Fix laravel branch and master publish jobs

It looks like they were incorrectly converted.

Change-Id: Iae2c8f60fc3791c726ca34a82beedd7706756739
This commit is contained in:
James E. Blair 2018-04-23 07:29:08 -07:00 committed by Jeremy Stanley
parent 5614ac6dd5
commit 2b5372513b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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