zuul-jobs/playbooks/upload-git-mirror/run.yaml
David Moreau Simard 4e951c6af4
Add a job that runs the upload-git-mirror role
This new job can be used by projects to mirror their repository to a
remote git server.

Change-Id: I6c51a6152f546dfdad2d0bfe260e8864e1803f8c
2019-03-28 10:39:25 -04:00

5 lines
99 B
YAML

- name: Mirror git repository to a remote git server
hosts: all
roles:
- upload-git-mirror