Index: recipe_modules/git/example.expected/basic_submodule_update_force.json |
diff --git a/recipe_modules/git/example.expected/basic_submodule_update_force.json b/recipe_modules/git/example.expected/basic_submodule_update_force.json |
index b4141be199fd3952973eb3769da658990967079a..f19168b55e07da07941a37029fe41d9e66ea07ba 100644 |
--- a/recipe_modules/git/example.expected/basic_submodule_update_force.json |
+++ b/recipe_modules/git/example.expected/basic_submodule_update_force.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", |