steps is also array

This commit is contained in:
2022-03-15 14:18:00 +13:00
parent 7bfc3a9279
commit 71735dac75

View File

@@ -52,7 +52,7 @@ local gen_pipeline(distro) =
type: 'docker',
name: 'Test on %(distro)s' % { distro: distro },
steps:
test_distro(distro),
[test_distro(distro)],
services:
[docker_service()],
volumes: