| Index: scripts/slave/recipes/v8/auto_tag.py
|
| diff --git a/scripts/slave/recipes/v8/auto_tag.py b/scripts/slave/recipes/v8/auto_tag.py
|
| index 3b3947913ff153e19296d1ea9450642581aced92..a0f68bb1f101aa61d300549820426fbb97eaf900 100644
|
| --- a/scripts/slave/recipes/v8/auto_tag.py
|
| +++ b/scripts/slave/recipes/v8/auto_tag.py
|
| @@ -235,7 +235,7 @@ def RunSteps(api):
|
| local_branch_ref = 'refs/remotes/branch-heads/%s' % branch
|
| lkgr_ref = 'refs/heads/%s-lkgr' % branch
|
|
|
| - api.gclient.set_config('v8', GIT_MODE=True)
|
| + api.gclient.set_config('v8')
|
| api.gclient.checkout(with_branch_heads=True)
|
|
|
| # Enforce a clean state.
|
|
|