Index: recipe_modules/git/example.expected/can_fail_build.json |
diff --git a/recipe_modules/git/example.expected/can_fail_build.json b/recipe_modules/git/example.expected/can_fail_build.json |
index 5fafd562f8e91adcc6d65eeb7b8be9e5d886f6c2..30d92d2dbc7aca42e15e7775171975f199f29ec5 100644 |
--- a/recipe_modules/git/example.expected/can_fail_build.json |
+++ b/recipe_modules/git/example.expected/can_fail_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", |