| Index: recipe_modules/git/example.expected/rebase_failed.json
|
| diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json
|
| index 32724530b51bcd2a15d192c4811e6c0144f72259..39666c74dd39e98627177b74f54366a0ac99948b 100644
|
| --- a/recipe_modules/git/example.expected/rebase_failed.json
|
| +++ b/recipe_modules/git/example.expected/rebase_failed.json
|
| @@ -37,6 +37,19 @@
|
| {
|
| "cmd": [
|
| "git",
|
| + "rev-parse",
|
| + "HEAD"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "name": "read revision",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| "clean",
|
| "-f",
|
| "-d",
|
|
|