You've already forked ansible-role-common
steps is also array
This commit is contained in:
@@ -52,7 +52,7 @@ local gen_pipeline(distro) =
|
|||||||
type: 'docker',
|
type: 'docker',
|
||||||
name: 'Test on %(distro)s' % { distro: distro },
|
name: 'Test on %(distro)s' % { distro: distro },
|
||||||
steps:
|
steps:
|
||||||
test_distro(distro),
|
[test_distro(distro)],
|
||||||
services:
|
services:
|
||||||
[docker_service()],
|
[docker_service()],
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user