Need a trailing slash for the artifacts directory
This commit is contained in:
parent
4f08b31430
commit
612a735785
@ -22,7 +22,7 @@
|
||||
always:
|
||||
- name: Pull out the logs
|
||||
fetch:
|
||||
dest: "{{ artifacts }}"
|
||||
dest: "{{ artifacts }}/"
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user