You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules/presubmit/examples/full.expected/basic.json

18 lines
301 B
JSON

[
{
"cmd": [
"python",
"-u",
"RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py"
],
"env": {
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "presubmit"
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
]