| Index: scripts/slave/recipes/run_presubmit.py
|
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
|
| index 40d10605abf92d33c42a953df2e2bc5fdc063572..88e9eb2129e12b3fd3983199ce1ec5e0ced9c4e7 100644
|
| --- a/scripts/slave/recipes/run_presubmit.py
|
| +++ b/scripts/slave/recipes/run_presubmit.py
|
| @@ -28,8 +28,6 @@ def _RunStepsInternal(api):
|
| api.gclient.set_config(repo_name)
|
|
|
| kwargs = {}
|
| - if patch_storage == 'gerrit':
|
| - kwargs['gerrit_rebase_patch_ref'] = True
|
| bot_update_step = api.bot_update.ensure_checkout(
|
| force=force_checkout,
|
| patch_oauth2=codereview_auth,
|
|
|