aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/bundle_recipes.isolate
blob: d873fc31db1b35dcd5265c098df5c004494ed58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  'includes': [
    'infrabots.isolate',
  ],
  'variables': {
    'command': [
      'python', 'recipes.py', 'run', '--timestamps',
    ],
    'files': [
      '../../../.gclient',
      '../config/recipes.cfg',
    ],
  },
}