Push remote env var details

This commit is contained in:
David Martinez Barreiro 2020-01-16 18:01:26 +01:00 committed by Anthony Sottile
parent b66d28964b
commit 57cc814b8b
5 changed files with 50 additions and 3 deletions

View file

@ -67,6 +67,8 @@ def run_opts(
hook=None,
origin='',
source='',
push_remote_name='',
push_remote_url='',
hook_stage='commit',
show_diff_on_failure=False,
commit_msg_filename='',
@ -81,6 +83,8 @@ def run_opts(
hook=hook,
origin=origin,
source=source,
push_remote_name=push_remote_name,
push_remote_url=push_remote_url,
hook_stage=hook_stage,
show_diff_on_failure=show_diff_on_failure,
commit_msg_filename=commit_msg_filename,