1 [
2 {
3 "cmd": [
4 "git",
5 "status"
6 ],
7 "name": "1"
8 },
9 {
10 "cmd": [
11 "git",
12 "status"
13 ],
14 "env": {
15 "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
16 },
17 "name": "2"
18 },
19 {
20 "name": "$result",
21 "recipe_result": null,
22 "status_code": 0
23 }
24 ]