| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "Hello World" | 5 "Hello World" |
| 6 ], | 6 ], |
| 7 "name": "hello" | 7 "name": "hello" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "friend": "Darth Vader" | 48 "friend": "Darth Vader" |
| 49 }, | 49 }, |
| 50 "name": "goodbye" | 50 "name": "goodbye" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "cmd": [ | 53 "cmd": [ |
| 54 "recipes.py", | 54 "recipes.py", |
| 55 "--help" | 55 "--help" |
| 56 ], | 56 ], |
| 57 "env": { | 57 "env": { |
| 58 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s" | 58 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:<PATH>" |
| 59 }, | 59 }, |
| 60 "name": "recipes help" | 60 "name": "recipes help" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "cmd": [ | 63 "cmd": [ |
| 64 "bash", | 64 "bash", |
| 65 "-c", | 65 "-c", |
| 66 "exit 3" | 66 "exit 3" |
| 67 ], | 67 ], |
| 68 "name": "anything is cool" | 68 "name": "anything is cool" |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 ], | 120 ], |
| 121 "name": "testb" | 121 "name": "testb" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "name": "$result", | 124 "name": "$result", |
| 125 "reason": "You can catch step failures.", | 125 "reason": "You can catch step failures.", |
| 126 "recipe_result": null, | 126 "recipe_result": null, |
| 127 "status_code": 1 | 127 "status_code": 1 |
| 128 } | 128 } |
| 129 ] | 129 ] |
| OLD | NEW |