From ac4b9d512007615a6a14a1740198e649b93be24c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 15 Mar 2022 16:16:09 +1300 Subject: [PATCH] Erroneus comma removal --- .drone.jsonnet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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