aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/git/examples/full.expected/test.json
blob: 2f5fa0ef13d834b0e9ee74935a7958f8865647d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  {
    "cmd": [
      "git",
      "status"
    ],
    "name": "1"
  },
  {
    "cmd": [
      "git",
      "status"
    ],
    "env": {
      "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
    },
    "name": "2"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]