Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
openstack-infra
/
zuul
/
3b6bb102a162d5eaf436418fe5d1e7c883c2a7b4
/
.
/
playbooks
/
tox
/
tarball-post.yaml
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"