| Index: recipe_modules/git/example.expected/basic_file_name.json
|
| diff --git a/recipe_modules/git/example.expected/basic_file_name.json b/recipe_modules/git/example.expected/basic_file_name.json
|
| index acf4c9c179c8229a4f45f11925c0cbcfbe14cc6e..b5b08456cc2e3f6c28ce515e29fc2f9a6e7097ea 100644
|
| --- a/recipe_modules/git/example.expected/basic_file_name.json
|
| +++ b/recipe_modules/git/example.expected/basic_file_name.json
|
| @@ -39,6 +39,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",
|
|
|