aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
blob: 0f7df741ef46d6569e2437afb76806a568650d49 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
  {
    "cmd": [
      "git",
      "init"
    ],
    "cwd": "[START_DIR]/skia",
    "infra_step": true,
    "name": "git init"
  },
  {
    "cmd": [
      "git",
      "add",
      "."
    ],
    "cwd": "[START_DIR]/skia",
    "infra_step": true,
    "name": "git add"
  },
  {
    "cmd": [
      "git",
      "commit",
      "-m",
      "commit recipes"
    ],
    "cwd": "[START_DIR]/skia",
    "infra_step": true,
    "name": "git commit"
  },
  {
    "cmd": [
      "python",
      "[START_DIR]/skia/infra/bots/recipes.py",
      "bundle",
      "--destination",
      "[SWARM_OUT_DIR]/recipe_bundle"
    ],
    "cwd": "[START_DIR]/skia",
    "infra_step": true,
    "name": "Bundle Recipes"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]