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