| Index: scripts/slave/recipes/crashpad/continuous.py
|
| diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
|
| index fdf83fab9f893f84aee617248e053a588e02fb06..fd3ab78719f4d746af3ad45cb53f3484f26b2710 100644
|
| --- a/scripts/slave/recipes/crashpad/continuous.py
|
| +++ b/scripts/slave/recipes/crashpad/continuous.py
|
| @@ -18,7 +18,7 @@ DEPS = [
|
|
|
| def RunSteps(api):
|
| """Generates the sequence of steps that will be run by the slave."""
|
| - api.gclient.set_config('crashpad')
|
| + api.gclient.set_config('crashpad', GIT_MODE=True)
|
| api.gclient.checkout()
|
|
|
| # buildbot sets 'clobber' to the empty string which is falsey, check with 'in'
|
|
|