fetch infos from fork instead of just pulling

This commit is contained in:
Willy Kloucek
2022-01-20 08:48:28 +01:00
parent 7e4c356f49
commit e436d7d26c
+1 -1
View File
@@ -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 {