| Index: recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
|
| diff --git a/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json b/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
|
| index e54e275fc16ac7ab15e3fe4b7c9730bbf0354db2..16ae9dd89c5944a7be01e25cf721c367f5ce2260 100644
|
| --- a/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
|
| +++ b/recipes/recipes/rebaseline_o_matic.expected/rebaseline_o_matic.json
|
| @@ -104,7 +104,7 @@
|
| "user.name",
|
| "Rebaseline Bot"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[START_DIR]/src",
|
| "name": "git config"
|
| },
|
| {
|
| @@ -114,20 +114,20 @@
|
| "user.email",
|
| "blink-rebaseline-bot@chromium.org"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[START_DIR]/src",
|
| "name": "git config (2)"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/webkit-patch",
|
| + "[START_DIR]/src/third_party/WebKit/Tools/Scripts/webkit-patch",
|
| "auto-rebaseline",
|
| "--verbose",
|
| "--auth-refresh-token-json",
|
| "/creds/refresh_tokens/blink_rebaseline_bot_rietveld"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src/third_party/WebKit",
|
| + "cwd": "[START_DIR]/src/third_party/WebKit",
|
| "name": "webkit-patch auto-rebaseline"
|
| },
|
| {
|
|
|