| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "ls", | 10 "ls", |
| 11 "gs://chromium-browser-official/" | 11 "gs://chromium-browser-official/" |
| 12 ], | 12 ], |
| 13 "name": "gsutil ls", | 13 "name": "gsutil ls", |
| 14 "stdout": "/path/to/tmp/" | 14 "stdout": "/path/to/tmp/" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 38 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@publish_tarball@@@" | 39 "@@@STEP_TEXT@publish_tarball@@@" |
| 40 ] | 40 ] |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "name": "$result", | 43 "name": "$result", |
| 44 "recipe_result": null, | 44 "recipe_result": null, |
| 45 "status_code": 0 | 45 "status_code": 0 |
| 46 } | 46 } |
| 47 ] | 47 ] |
| OLD | NEW |