| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "init" | 5 "init" |
| 6 ], | 6 ], |
| 7 "name": "git init" | 7 "name": "git init" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| 11 "git", | 11 "git", |
| 12 "reset", | 12 "reset", |
| 13 "--hard" | 13 "--hard" |
| 14 ], | 14 ], |
| 15 "name": "git reset" | 15 "name": "git reset" |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "cmd": [ | 18 "cmd": [ |
| 19 "git", | 19 "git", |
| 20 "fetch", | 20 "fetch", |
| 21 "https://chromium-review.googlesource.com/infra/infra", | 21 "https://chromium.googlesource.com/infra/infra", |
| 22 "refs/changes/11/338811/3" | 22 "refs/changes/89/456789/12" |
| 23 ], | 23 ], |
| 24 "name": "git fetch" | 24 "name": "git fetch" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "git", | 28 "git", |
| 29 "checkout", | 29 "checkout", |
| 30 "FETCH_HEAD" | 30 "FETCH_HEAD" |
| 31 ], | 31 ], |
| 32 "name": "git checkout" | 32 "name": "git checkout" |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "args" | 76 "args" |
| 77 ], | 77 ], |
| 78 "name": "test: python c.py args" | 78 "name": "test: python c.py args" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "name": "$result", | 81 "name": "$result", |
| 82 "recipe_result": null, | 82 "recipe_result": null, |
| 83 "status_code": 0 | 83 "status_code": 0 |
| 84 } | 84 } |
| 85 ] | 85 ] |
| OLD | NEW |