| Index: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| diff --git a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| index 031d02973de4e03996a17604867918d56a819b26..1d03ac0107dd72bd8fdd984137636d640337a78c 100644
|
| --- a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| +++ b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
|
| @@ -16,7 +16,7 @@ DEPS = [
|
|
|
|
|
| def RunSteps(api):
|
| - api.gclient.set_config('webrtc')
|
| + api.gclient.set_config('webrtc', GIT_MODE=True)
|
|
|
| step_result = api.python(
|
| 'check roll status',
|
|
|