blob: fb41707089e3f702826939d7a5616ce55dd34a13 [file] [log] [blame]
- hosts: all
tasks:
- name: Collect tarball artifacts.
synchronize:
dest: "{{ zuul.executor.src_root }}/tarballs"
mode: pull
src: "{{ zuul_workspace_root }}/src/{{ zuul.project }}/dist/{{ item }}"
with_items:
- "*.tar.gz"
- "*.whl"