You've already forked ansible-role-common
don't restrict node label
This commit is contained in:
@@ -48,7 +48,6 @@ local test_distro(distribution) =
|
|||||||
local gen_pipeline(distro) =
|
local gen_pipeline(distro) =
|
||||||
{kind: 'pipeline',
|
{kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
node: {linodrone: 'true'},
|
|
||||||
name: 'Test on %(distro)s' % { distro: distro },
|
name: 'Test on %(distro)s' % { distro: distro },
|
||||||
steps:
|
steps:
|
||||||
[test_distro(distro)],
|
[test_distro(distro)],
|
||||||
|
|||||||
Reference in New Issue
Block a user