blob: 7a8c40024efbdb87a1dbd83b8fdeb39ef51ff8de [file] [log] [blame] [edit]
[
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"{\"is_json\": true}",
"[START_DIR]/some_file.json"
],
"infra_step": true,
"name": "write_json"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[START_DIR]/some_file.json",
"/path/to/tmp/"
],
"infra_step": true,
"name": "read_json"
},
{
"jsonResult": null,
"name": "$result"
}
]