aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core/examples/full.expected/no_persistent_checkout.json
blob: f710ace52579e4ede7ec870b5c5a9979ca5cae38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "cmd": [
      "python",
      "-u",
      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
      "--json-output",
      "/path/to/tmp/json",
      "ensure-directory",
      "--mode",
      "0777",
      "[START_DIR]/tmp"
    ],
    "infra_step": true,
    "name": "makedirs tmp_dir"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]