OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [], | |
4 "name": "complicated thing" | 3 "name": "complicated thing" |
5 }, | 4 }, |
6 { | 5 { |
7 "cmd": [], | |
8 "name": "complicated thing.first part", | 6 "name": "complicated thing.first part", |
9 "~followup_annotations": [ | 7 "~followup_annotations": [ |
10 "@@@STEP_NEST_LEVEL@1@@@" | 8 "@@@STEP_NEST_LEVEL@1@@@" |
11 ] | 9 ] |
12 }, | 10 }, |
13 { | 11 { |
14 "cmd": [ | 12 "cmd": [ |
15 "sleep", | 13 "sleep", |
16 "1" | 14 "1" |
17 ], | 15 ], |
(...skipping 28 matching lines...) Expand all Loading... |
46 "1" | 44 "1" |
47 ], | 45 ], |
48 "name": "simple thing" | 46 "name": "simple thing" |
49 }, | 47 }, |
50 { | 48 { |
51 "name": "$result", | 49 "name": "$result", |
52 "recipe_result": null, | 50 "recipe_result": null, |
53 "status_code": 0 | 51 "status_code": 0 |
54 } | 52 } |
55 ] | 53 ] |
OLD | NEW |