| Index: recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
|
| diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
|
| index 8f6afbcb829a396fa3dcf6d3dffe8ce048d770ca..d044d15e5f4b0730f0a82c57fec7f8721716605a 100644
|
| --- a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
|
| +++ b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.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",
|
|
|