664b016fa5
Adds a role to let users define a manifest of artifacts located in zuul-output/artifacts that should be uploaded to pre defined artifactory instances. Change-Id: I00dc0302e85ce59b3808f6e62e2bcdadf2e41fde
5 lines
110 B
YAML
5 lines
110 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Remove artifactory container
|
|
command: docker rm -f "{{ zuul.build }}"
|