Index: recipe_modules/git/example.expected/basic_ref.json |
diff --git a/recipe_modules/git/example.expected/basic_ref.json b/recipe_modules/git/example.expected/basic_ref.json |
index 67b857696746df8ebd07d84b7f1b78f8d0d3479f..eb8aadfe080c6bb0d046aee04d570698670fac85 100644 |
--- a/recipe_modules/git/example.expected/basic_ref.json |
+++ b/recipe_modules/git/example.expected/basic_ref.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", |