| Index: scripts/slave/recipes/v8/auto_roll_push.py
|
| diff --git a/scripts/slave/recipes/v8/auto_roll_push.py b/scripts/slave/recipes/v8/auto_roll_push.py
|
| index 1e4d92c047152e781dbed76ffb819d554d5f4bd5..dee91bd3f935b03b69d2298b363ce2c0268b91b0 100644
|
| --- a/scripts/slave/recipes/v8/auto_roll_push.py
|
| +++ b/scripts/slave/recipes/v8/auto_roll_push.py
|
| @@ -16,7 +16,7 @@ DEPS = [
|
|
|
| def RunSteps(api):
|
| api.chromium.cleanup_temp()
|
| - api.gclient.set_config('v8')
|
| + api.gclient.set_config('v8', GIT_MODE=True)
|
| api.bot_update.ensure_checkout(force=True, no_shallow=True)
|
|
|
| step_result = api.python(
|
|
|