From 4ab5f3a486f822934ced2adfd227813beafc3e0c Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Sun, 26 Apr 2020 09:21:54 +0100 Subject: [PATCH] . --- .drone.star | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 9a1889f..1cea13b 100644 --- a/.drone.star +++ b/.drone.star @@ -226,5 +226,7 @@ def main(ctx): steps('second', ['first']) ] else: - return [] + return [ + steps('first', []), + ] \ No newline at end of file