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