| Index: scripts/slave/recipes/run_presubmit.py
|
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
|
| index 861a7a4b10e42dea069fdc63f5980c678d53aedf..21a65f296ce5f2cba02a82f165918a893f3749d0 100644
|
| --- a/scripts/slave/recipes/run_presubmit.py
|
| +++ b/scripts/slave/recipes/run_presubmit.py
|
| @@ -25,7 +25,7 @@ def _RunStepsInternal(api):
|
| force_checkout = api.properties.get('force_checkout', False)
|
| patch_storage = api.properties.get('patch_storage', 'rietveld')
|
|
|
| - api.gclient.set_config(repo_name)
|
| + api.gclient.set_config(repo_name, GIT_MODE=True)
|
|
|
| kwargs = {}
|
| if patch_storage == 'gerrit':
|
|
|