From b3f2f749e0799e7d1f7641847efd83433975e472 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Fri, 24 Apr 2020 09:10:32 +0100 Subject: [PATCH] . --- .drone.star | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.star b/.drone.star index 50f3e7f..818a28a 100644 --- a/.drone.star +++ b/.drone.star @@ -1,18 +1,18 @@ -load("@this//:steps.star", "steps") +# load("@this//:steps.star", "steps") def main(ctx): - return steps() + # return steps() - #return { - # "kind": "pipeline", - # "name": "build", - # "steps": [ - # { - # "name": "build", - # "image": "alpine", - # "commands": [ - # "echo hello world", - # ], - # }, - # ], - #} \ No newline at end of file + return { + "kind": "pipeline", + "name": "build", + "steps": [ + { + "name": "build", + "image": "alpine", + "commands": [ + "echo hello world", + ], + }, + ], + } \ No newline at end of file