| Index: recipe_modules/git/example.expected/basic_hash.json
|
| diff --git a/recipe_modules/git/example.expected/basic_hash.json b/recipe_modules/git/example.expected/basic_hash.json
|
| index c2f801b442a3b017b3e9265072072c7b443c518e..fe9468f5093aae10bb4b558ebbe65c8f4ae0c88d 100644
|
| --- a/recipe_modules/git/example.expected/basic_hash.json
|
| +++ b/recipe_modules/git/example.expected/basic_hash.json
|
| @@ -36,6 +36,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",
|
|
|