Index: recipe_modules/git/example.expected/remote_not_origin.json |
diff --git a/recipe_modules/git/example.expected/remote_not_origin.json b/recipe_modules/git/example.expected/remote_not_origin.json |
index 3f3bc8bfe73203fd8bf21346dc2bc44c0b6c3c7c..f1b6f2eb60151e109b07f1ee75017fad9cb01817 100644 |
--- a/recipe_modules/git/example.expected/remote_not_origin.json |
+++ b/recipe_modules/git/example.expected/remote_not_origin.json |
@@ -39,6 +39,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", |