From 78562bad63237c13b2dd71380c63b8393d049df4 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Fri, 24 Apr 2020 07:41:06 +0100 Subject: [PATCH] star --- .drone.star | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.star b/.drone.star index ea6648e..3309f07 100644 --- a/.drone.star +++ b/.drone.star @@ -4,11 +4,11 @@ def main(ctx): "name": "build", "steps": [ { - "name": "build" - "image": "alpine" + "name": "build", + "image": "alpine", "commands": [ - "echo hello world" - ] - } - ] + "echo hello world", + ], + }, + ], } \ No newline at end of file