| Index: scripts/slave/recipes/swarming/staging.py
|
| diff --git a/scripts/slave/recipes/swarming/staging.py b/scripts/slave/recipes/swarming/staging.py
|
| index 72f368420f34b74901cadcb2ce7b4fceba141d5f..db46d02ce502bdfd05662fc0835b060f81988bcf 100644
|
| --- a/scripts/slave/recipes/swarming/staging.py
|
| +++ b/scripts/slave/recipes/swarming/staging.py
|
| @@ -77,9 +77,7 @@ def RunSteps(api):
|
|
|
| api.chromium.cleanup_temp()
|
| # Checkout chromium + deps (including 'master' of swarming_client).
|
| - step_result = api.bot_update.ensure_checkout()
|
| - if not step_result.json.output['did_run']:
|
| - api.gclient.checkout()
|
| + api.gclient.checkout()
|
|
|
| # Ensure swarming_client version is fresh enough.
|
| api.swarming.check_client_version()
|
|
|