| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "/bin/echo", | 4 "/bin/echo", |
| 5 "[TMP_BASE]/foo" | 5 "[TMP_BASE]/foo" |
| 6 ], | 6 ], |
| 7 "name": "step1" | 7 "name": "step1" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 { | 37 { |
| 38 "cmd": [ | 38 "cmd": [ |
| 39 "touch", | 39 "touch", |
| 40 "[HOME]/file" | 40 "[HOME]/file" |
| 41 ], | 41 ], |
| 42 "name": "touch my home" | 42 "name": "touch my home" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "cmd": [ | 45 "cmd": [ |
| 46 "echo", | 46 "echo", |
| 47 "False" |
| 48 ], |
| 49 "name": "volatile tmp_dir" |
| 50 }, |
| 51 { |
| 52 "cmd": [ |
| 53 "echo", |
| 47 "[START_DIR]/some/thing" | 54 "[START_DIR]/some/thing" |
| 48 ], | 55 ], |
| 49 "name": "converted path [START_DIR]/some/thing" | 56 "name": "converted path [START_DIR]/some/thing" |
| 50 }, | 57 }, |
| 51 { | 58 { |
| 52 "cmd": [ | 59 "cmd": [ |
| 53 "echo", | 60 "echo", |
| 54 "[START_DIR]" | 61 "[START_DIR]" |
| 55 ], | 62 ], |
| 56 "name": "converted path [START_DIR]" | 63 "name": "converted path [START_DIR]" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 82 "RECIPE[recipe_engine::path:example].resources" | 89 "RECIPE[recipe_engine::path:example].resources" |
| 83 ], | 90 ], |
| 84 "name": "converted path RECIPE[recipe_engine::path:example].resources" | 91 "name": "converted path RECIPE[recipe_engine::path:example].resources" |
| 85 }, | 92 }, |
| 86 { | 93 { |
| 87 "name": "$result", | 94 "name": "$result", |
| 88 "recipe_result": null, | 95 "recipe_result": null, |
| 89 "status_code": 0 | 96 "status_code": 0 |
| 90 } | 97 } |
| 91 ] | 98 ] |
| OLD | NEW |