need to set upstream when git pushing w/ burnettk

This commit is contained in:
jasquat 2022-12-09 17:15:53 -05:00
parent cb143d3201
commit 33dd9d97ea
1 changed files with 1 additions and 1 deletions

View File

@ -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(