From 0d0c5534475a73762f3b7b2a381bab59d8cf3e68 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Apr 2020 00:46:28 +0100 Subject: [PATCH] . --- .drone-do.star | 3 ++- .drone-home.star | 3 ++- .drone-remote.star | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone-do.star b/.drone-do.star index 96da669..8c5ccdd 100644 --- a/.drone-do.star +++ b/.drone-do.star @@ -59,4 +59,5 @@ def main(ctx): [], ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file diff --git a/.drone-home.star b/.drone-home.star index 96d2ef8..021596e 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -110,4 +110,5 @@ def main(ctx): ] ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file diff --git a/.drone-remote.star b/.drone-remote.star index 428394b..b93d6d3 100644 --- a/.drone-remote.star +++ b/.drone-remote.star @@ -77,4 +77,5 @@ def main(ctx): ] ), ] - return [] \ No newline at end of file + else: + return [] \ No newline at end of file