Index: recipe_modules/git/example.expected/platform_win.json |
diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json |
index 6466e56e0e399594261d88f218ca4909dab69642..040a832b0a4a7e3366f28ed99b1fb20ffa437aaa 100644 |
--- a/recipe_modules/git/example.expected/platform_win.json |
+++ b/recipe_modules/git/example.expected/platform_win.json |
@@ -39,6 +39,19 @@ |
{ |
"cmd": [ |
"[DEPOT_TOOLS]\\git.bat", |
+ "rev-parse", |
+ "HEAD" |
+ ], |
+ "cwd": "[SLAVE_BUILD]\\src", |
+ "name": "read revision", |
+ "stdout": "/path/to/tmp/", |
+ "~followup_annotations": [ |
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
+ "[DEPOT_TOOLS]\\git.bat", |
"clean", |
"-f", |
"-d", |