Index: recipe_modules/git/example.expected/basic.json |
diff --git a/recipe_modules/git/example.expected/basic.json b/recipe_modules/git/example.expected/basic.json |
index 06d6fe8d388788f01515d10e60b31da8386c9afd..b332cdf605458f4aa8e357ee42c1a5a3ff3c12ce 100644 |
--- a/recipe_modules/git/example.expected/basic.json |
+++ b/recipe_modules/git/example.expected/basic.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", |