9b2f2ded5c
This publishes zuul-related project documentation to zuul-ci.org. Change-Id: Ia23f8784873a165ff171dce2cb61fff6694bf13b
10 lines
301 B
YAML
10 lines
301 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
when: zuul_success | bool
|
|
- role: upload-afs
|
|
afs_target: "/afs/.openstack.org/project/zuul-ci.org/www{{ afs_subpath | default('') }}"
|
|
when: zuul_success | bool
|
|
- role: destroy-afs-token
|
|
when: zuul_success | bool
|