don't restrict node label

This commit is contained in:
2022-03-28 23:23:23 +13:00
parent 3cc17e03b7
commit 4565b3c2c1

View File

@@ -48,7 +48,6 @@ local test_distro(distribution) =
local gen_pipeline(distro) =
{kind: 'pipeline',
type: 'docker',
node: {linodrone: 'true'},
name: 'Test on %(distro)s' % { distro: distro },
steps:
[test_distro(distro)],