Index: recipe_modules/git/example.expected/cannot_fail_build.json |
diff --git a/recipe_modules/git/example.expected/cannot_fail_build.json b/recipe_modules/git/example.expected/cannot_fail_build.json |
index 03cabd23f2786af856a778f9940301745405d20e..4b65540d1562f125f82d79259e50695abed7e1e3 100644 |
--- a/recipe_modules/git/example.expected/cannot_fail_build.json |
+++ b/recipe_modules/git/example.expected/cannot_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", |