| Index: scripts/slave/recipes/catapult.py
|
| diff --git a/scripts/slave/recipes/catapult.py b/scripts/slave/recipes/catapult.py
|
| index 4bfdbff2e133925dc4c7c6149bf7b6f240927c4d..b1a7e4c550ed5c2fc69aa2219cfb0a8201acb4b1 100644
|
| --- a/scripts/slave/recipes/catapult.py
|
| +++ b/scripts/slave/recipes/catapult.py
|
| @@ -23,7 +23,7 @@ PROPERTIES = {
|
|
|
| def _CheckoutSteps(api):
|
| """Checks out the catapult repo (and any dependencies) using gclient."""
|
| - api.gclient.set_config('catapult')
|
| + api.gclient.set_config('catapult', GIT_MODE=True)
|
| api.bot_update.ensure_checkout(force=True)
|
| api.gclient.runhooks()
|
|
|
|
|