3935deda60
We should not upload tarballs etc in case of job failures, only update if job was successful. Change-Id: I3f1abbf4e920b5d2526b79e40097b7a0d2053273
11 lines
228 B
YAML
11 lines
228 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: add-fileserver
|
|
when: zuul_success | bool
|
|
|
|
- hosts: "{{ fileserver.fqdn }}"
|
|
gather_facts: False
|
|
roles:
|
|
- role: publish-artifacts-to-fileserver
|
|
when: zuul_success | bool
|