From 81a36da67bf1e3d31be014e3ce324fc86ebf20a4 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Apr 2020 00:49:50 +0100 Subject: [PATCH] . --- .drone-home.star | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone-home.star b/.drone-home.star index 021596e..f20de0f 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -111,4 +111,11 @@ def main(ctx): ), ] else: - return [] \ No newline at end of file + return pipeline( + ctx.build.branch, + [], + [], + [], + [], + ) + \ No newline at end of file