Move fetch-zuul-cloner into legacy-base jobs
Old legacy jobs depend on zuul-cloner, so move the role out of our base job into it. This will discourage non legacy jobs from using zuul-cloner. Change-Id: Ia09a4acc9c09535bf287208c77257bd3dca7a2bf Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2e70ea1acf
commit
284fc6ded6
@ -1,4 +1,9 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: fetch-zuul-cloner
|
||||
destination: "/usr/zuul-env/bin/zuul-cloner"
|
||||
repo_src_dir: "/home/zuul/src/git.openstack.org"
|
||||
|
||||
tasks:
|
||||
- name: Create nodepool directory
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user