mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
need to set upstream when git pushing w/ burnettk
This commit is contained in:
parent
cb143d3201
commit
33dd9d97ea
@ -228,7 +228,7 @@ class GitService:
|
||||
f"from {g.user.username} on {current_app.config['ENV_IDENTIFIER']}"
|
||||
)
|
||||
cls.commit(commit_message, destination_process_root)
|
||||
cls.run_shell_command(["git", "push"])
|
||||
cls.run_shell_command(["git", "push", "--set-upstream", "origin", branch_to_pull_request])
|
||||
|
||||
# build url for github page to open PR
|
||||
git_remote = cls.run_shell_command_to_get_stdout(
|
||||
|
Loading…
x
Reference in New Issue
Block a user