Update drone config and nodesize

This commit is contained in:
2022-03-17 16:42:41 +13:00
parent 5f5aded32d
commit 39d5adce58
4 changed files with 29 additions and 7 deletions

View File

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