mirror of https://github.com/apache/lucene.git
Remove duplicate 'git merge'
This commit is contained in:
parent
bcbcb16b6a
commit
ee5aa87254
|
@ -167,9 +167,6 @@ def prepareWorkspace(useGit, gitRef):
|
|||
code = run(checkoutBranchCmd)
|
||||
if 0 != code:
|
||||
raise RuntimeError('ERROR: "%s" failed. See above.' % checkoutBranchCmd)
|
||||
code = run('git merge')
|
||||
if 0 != code:
|
||||
raise RuntimeError('ERROR: "git merge" failed. See above.')
|
||||
gitCheckoutSucceeded = True
|
||||
run('git merge --ff-only', rememberFailure=False) # Ignore failure on non-branch ref
|
||||
|
||||
|
|
Loading…
Reference in New Issue