• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [
4      "git",
5      "init"
6    ],
7    "cwd": "[START_DIR]/skia",
8    "env": {
9      "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
10    },
11    "infra_step": true,
12    "name": "git init"
13  },
14  {
15    "cmd": [
16      "git",
17      "add",
18      "."
19    ],
20    "cwd": "[START_DIR]/skia",
21    "env": {
22      "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
23    },
24    "infra_step": true,
25    "name": "git add"
26  },
27  {
28    "cmd": [
29      "git",
30      "commit",
31      "-m",
32      "commit recipes"
33    ],
34    "cwd": "[START_DIR]/skia",
35    "env": {
36      "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
37    },
38    "infra_step": true,
39    "name": "git commit"
40  },
41  {
42    "cmd": [
43      "python",
44      "[START_DIR]/skia/infra/bots/recipes.py",
45      "bundle",
46      "--destination",
47      "[SWARM_OUT_DIR]/recipe_bundle"
48    ],
49    "cwd": "[START_DIR]/skia",
50    "env": {
51      "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
52    },
53    "infra_step": true,
54    "name": "Bundle Recipes"
55  },
56  {
57    "name": "$result",
58    "recipe_result": null,
59    "status_code": 0
60  }
61]