41692f866e
Change-Id: I1c0c6a8244f019d70e4ec1e1fc56f5641f6edeaf
10 lines
271 B
YAML
10 lines
271 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
when: zuul_success | bool
|
|
- role: upload-afs
|
|
afs_target: "{{ afs.path }}/{{ zuul.project.short_name }}"
|
|
when: zuul_success | bool
|
|
- role: destroy-afs-token
|
|
when: zuul_success | bool
|