From e436d7d26c4060aadb16c10a9295b3aeb6b4a685 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 20 Jan 2022 08:48:28 +0100 Subject: [PATCH] fetch infos from fork instead of just pulling --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 0d3158102..f0dffdf63 100644 --- a/.drone.star +++ b/.drone.star @@ -361,7 +361,7 @@ def uploadScanResults(ctx): if ctx.build.source_repo: fork_handling = [ "git remote add fork https://github.com/%s.git" % (ctx.build.source_repo), - "git pull fork", + "git fetch fork", ] return {