mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
Merge pull request #41464 from jdurgin/wip-bib
script/build-integration-branch: always generate merge commits Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
commit
af54ba2d8b
@ -94,7 +94,7 @@ for pr in prs:
|
||||
pr_ref = pr['head']['ref']
|
||||
print(f'--- pr {pr_number} --- pulling {pr_url} branch {pr_ref}')
|
||||
while True:
|
||||
r = call(['git', 'pull', '--no-edit', pr_url, pr_ref])
|
||||
r = call(['git', 'pull', '--no-ff', '--no-edit', pr_url, pr_ref])
|
||||
if r == 0:
|
||||
break
|
||||
elif r == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user