From e2ec8a0ec0339980a718259bd8428c84dac7f369 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Apr 2020 00:58:39 +0100 Subject: [PATCH] . --- .drone-remote.star | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone-remote.star b/.drone-remote.star index b93d6d3..7cdc4e9 100644 --- a/.drone-remote.star +++ b/.drone-remote.star @@ -78,4 +78,10 @@ def main(ctx): ), ] else: - return [] \ No newline at end of file + return pipeline( + ctx.build.branch, + [], + [], + [], + [], + ) \ No newline at end of file