diff --git a/.drone.jsonnet b/.drone.jsonnet index 83a63f1..9c75e98 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -30,8 +30,7 @@ local email_notification() = }; local test_distro(distribution) = - {, - volumes: [{ name: 'dockersock', path: '/var/run' },], + { volumes: [{ name: 'dockersock', path: '/var/run' },], image: 'guisea/ansible-molecule:latest', commands: [ 'sleep 10', // give docker enough time to start