| Index: scripts/slave/recipes/infra/publish_tarball.expected/trigger.json
|
| diff --git a/scripts/slave/recipes/infra/publish_tarball.expected/trigger.json b/scripts/slave/recipes/infra/publish_tarball.expected/trigger.json
|
| index f9d561c3687c1d14627df9bbe1ade66f59bef4bc..ab7f56028bf7747b9a4b898ef39685a0ba5b08cc 100644
|
| --- a/scripts/slave/recipes/infra/publish_tarball.expected/trigger.json
|
| +++ b/scripts/slave/recipes/infra/publish_tarball.expected/trigger.json
|
| @@ -12,6 +12,7 @@
|
| "ls",
|
| "gs://chromium-browser-official/"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil ls",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -24,10 +25,12 @@
|
| "--outfile",
|
| "/path/to/tmp/"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "fetch https://omahaproxy.appspot.com/history"
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "trigger",
|
| "trigger_specs": [
|
| {
|
|
|