Merge "Upload to pypi if pre / run was successful"
This commit is contained in:
commit
be5c5d4c17
@ -1,5 +1,7 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- ensure-twine
|
- role: ensure-twine
|
||||||
|
when: zuul_success | bool
|
||||||
- role: upload-pypi
|
- role: upload-pypi
|
||||||
pypi_path: "{{ zuul.executor.work_root }}/artifacts"
|
pypi_path: "{{ zuul.executor.work_root }}/artifacts"
|
||||||
|
when: zuul_success | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user