From 7a4db5e92482ea96629ac2ce7068c6fa88693168 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Sun, 26 Apr 2020 09:12:47 +0100 Subject: [PATCH] . --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.star b/.drone.star index 1660b08..0b9b684 100644 --- a/.drone.star +++ b/.drone.star @@ -219,7 +219,9 @@ def steps(name, dependsOn): def main(ctx): print(ctx) + print('where is this') return [ steps('first', []), + steps('second', ['first']) ] \ No newline at end of file