From 4b41ea1a10ea64bf11248b2ac1ee38b7043e178f Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 2 Apr 2022 22:41:07 +1300 Subject: [PATCH] try with boolean --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 4306903..1739d60 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -32,7 +32,7 @@ local test_distro(distribution) = { name: 'Molecule test on %(distribution)s' % { distribution: distribution }, volumes: [{ name: 'dockersock', path: '/var/run' },], - pull: 'true', + pull: true, image: 'guisea/ansible-molecule:alpine-latest', commands: [ 'sleep 10', // give docker enough time to start