diff options
Diffstat (limited to 'infra/bots/swarm_recipe.isolate')
-rw-r--r-- | infra/bots/swarm_recipe.isolate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate index c21a321136..c4841dfb49 100644 --- a/infra/bots/swarm_recipe.isolate +++ b/infra/bots/swarm_recipe.isolate @@ -3,10 +3,8 @@ 'infrabots.isolate', ], 'variables': { - 'command': [ - 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps', - ], 'files': [ + '../../../.gclient', '../config/recipes.cfg', ], }, |