| 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 51cd85f634c80749f0e62b7db04fb09b4d439867..6622d6527f04b98b302824d8ac196d40883deed2 100644
|
| --- a/scripts/slave/recipes/v8/auto_tag.py
|
| +++ b/scripts/slave/recipes/v8/auto_tag.py
|
| @@ -227,7 +227,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')
|
| + api.gclient.set_config('v8', GIT_MODE=True)
|
| api.gclient.checkout(with_branch_heads=True)
|
|
|
| # Enforce a clean state.
|
|
|