| Index: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
|
| diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
|
| index 768212edffd04a969c43dec3293bdfdd919d8cfc..8d3f47b32f9695ac03a4fd84eb0c46472a6b669f 100644
|
| --- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
|
| +++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
|
| @@ -36,6 +36,19 @@
|
| {
|
| "cmd": [
|
| "git",
|
| + "rev-parse",
|
| + "HEAD"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/swarming.client",
|
| + "name": "read revision",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| "clean",
|
| "-f",
|
| "-d",
|
|
|