mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
checkupdates: remove duplicate push in push_commits()
This commit is contained in:
parent
17c480d299
commit
20ff302e89
2 changed files with 5 additions and 4 deletions
|
|
@ -739,9 +739,6 @@ def push_commits(remote_name='origin', branch_name='checkupdates', verbose=False
|
|||
|
||||
git_repo.create_head(branch_name, force=True)
|
||||
remote = git_repo.remotes[remote_name]
|
||||
pushinfos = remote.push(
|
||||
branch_name, force=True, set_upstream=True, progress=progress
|
||||
)
|
||||
pushinfos = remote.push(
|
||||
branch_name,
|
||||
progress=progress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue