From 52639b83b66d046dcb62fa1baec8c882db1bef7f Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Dec 2019 14:27:35 +0100 Subject: [PATCH] Add more config options to clone plugin --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.star b/.drone.star index c9808032ac..bdf2cd0164 100644 --- a/.drone.star +++ b/.drone.star @@ -150,7 +150,9 @@ def changelog(ctx): 'actions': [ 'clone', ], + 'remote': 'https://github.com/%s' % (ctx.repo.slug), 'branch': ctx.build.branch if ctx.build.event == 'pull_request' else 'master', + 'path': '/drone/src', 'netrc_machine': 'github.com', 'netrc_username': { 'from_secret': 'github_username',