diff options
Diffstat (limited to 'infra/bots/bundle_recipes.isolate')
-rw-r--r-- | infra/bots/bundle_recipes.isolate | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/infra/bots/bundle_recipes.isolate b/infra/bots/bundle_recipes.isolate deleted file mode 100644 index 3faa6f70a1..0000000000 --- a/infra/bots/bundle_recipes.isolate +++ /dev/null @@ -1,14 +0,0 @@ -{ - 'includes': [ - 'infrabots.isolate', - ], - 'variables': { - 'command': [ - 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps', - ], - 'files': [ - '../../../.gclient', - '../config/recipes.cfg', - ], - }, -} |