| Index: scripts/slave/recipes/skia/swarm_trigger.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_trigger.py b/scripts/slave/recipes/skia/swarm_trigger.py
|
| index 8db1d07940bafdb45c1133b36ab5e6279230b32e..38da5ba6f098a748a5c02a21468cdc50405d01fb 100644
|
| --- a/scripts/slave/recipes/skia/swarm_trigger.py
|
| +++ b/scripts/slave/recipes/skia/swarm_trigger.py
|
| @@ -604,7 +604,7 @@ def RunSteps(api):
|
| root_path = api.path.c.base_paths['root']
|
| api.path.c.base_paths['depot_tools'] = root_path + ('depot_tools',)
|
| if 'RemoteRun' in api.properties['buildername']:
|
| - api.path.c.base_paths['build'] = root_path + ('checkout',)
|
| + api.path.c.base_paths['build'] = root_path[:-1] + ('rw', 'checkout')
|
| else:
|
| api.path.c.base_paths['build'] = root_path + ('build',)
|
|
|
|
|