OLD | NEW |
---|---|
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'infrabots.isolate', | 3 'infrabots.isolate', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 'command': [ | 6 'command': [ |
7 'python', 'recipes.py', 'run', | 7 'python', 'recipes.py', 'run', '--timestamps', |
8 ], | 8 ], |
9 'files': [ | 9 'files': [ |
10 '../config/recipes.cfg', | 10 '../config/recipes.cfg', |
11 ], | 11 ], |
12 }, | 12 }, |
13 } | 13 } |
OLD | NEW |