blob: fb41707089e3f702826939d7a5616ce55dd34a13 [file] [log] [blame]
Paul Belanger1bd0c172017-03-04 11:22:33 -05001- hosts: all
2 tasks:
3 - name: Collect tarball artifacts.
4 synchronize:
5 dest: "{{ zuul.executor.src_root }}/tarballs"
6 mode: pull
7 src: "{{ zuul_workspace_root }}/src/{{ zuul.project }}/dist/{{ item }}"
8 with_items:
9 - "*.tar.gz"
10 - "*.whl"