| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[DEPOT_TOOLS]/gsutil.py", |
| 9 "--force-version", | 9 "--force-version", |
| 10 "3.25", | 10 "3.25", |
| 11 "--", | 11 "--", |
| 12 "ls", | 12 "ls", |
| 13 "gs://chromium-browser-official/" | 13 "gs://chromium-browser-official/" |
| 14 ], | 14 ], |
| 15 "name": "gsutil ls", | 15 "name": "gsutil ls", |
| 16 "stdout": "/path/to/tmp/" | 16 "stdout": "/path/to/tmp/" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 32 "trigger_specs": [ | 32 "trigger_specs": [ |
| 33 { | 33 { |
| 34 "builder_name": "publish_tarball", | 34 "builder_name": "publish_tarball", |
| 35 "properties": { | 35 "properties": { |
| 36 "version": "41.0.2270.0" | 36 "version": "41.0.2270.0" |
| 37 } | 37 } |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 ] | 41 ] |
| OLD | NEW |