Index: recipe_modules/git/example.expected/curl_trace_file.json |
diff --git a/recipe_modules/git/example.expected/curl_trace_file.json b/recipe_modules/git/example.expected/curl_trace_file.json |
index 4c31389e765b067b3552a344101509bc99172433..a0b28fa35374e9d3c5811715648817b13e63d970 100644 |
--- a/recipe_modules/git/example.expected/curl_trace_file.json |
+++ b/recipe_modules/git/example.expected/curl_trace_file.json |
@@ -41,6 +41,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", |