Services should be array

This commit is contained in:
2022-03-15 14:16:05 +13:00
parent 2e75a9e505
commit 7bfc3a9279

View File

@@ -54,7 +54,7 @@ local gen_pipeline(distro) =
steps:
test_distro(distro),
services:
docker_service(),
[docker_service()],
volumes:
[{
name: 'dockersock',