| Index: recipe_modules/git/example.expected/count-objects_delta.json
|
| diff --git a/recipe_modules/git/example.expected/count-objects_delta.json b/recipe_modules/git/example.expected/count-objects_delta.json
|
| index 388083aa89af7e3770565a71b268bdee68de24e9..b2ca9cb4cc23e23668194ae10ab6cb58becd2d8b 100644
|
| --- a/recipe_modules/git/example.expected/count-objects_delta.json
|
| +++ b/recipe_modules/git/example.expected/count-objects_delta.json
|
| @@ -110,6 +110,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",
|
|
|