| Index: recipes/recipes/recipe_autoroller.expected/with_auth.json
|
| diff --git a/recipes/recipes/recipe_autoroller.expected/with_auth.json b/recipes/recipes/recipe_autoroller.expected/with_auth.json
|
| index 0bd894e4625ff01037d1ca1c956b09a3e4e3dfd3..ffb59f7782fb777f237b484d9d9dc1de0448ac13 100644
|
| --- a/recipes/recipes/recipe_autoroller.expected/with_auth.json
|
| +++ b/recipes/recipes/recipe_autoroller.expected/with_auth.json
|
| @@ -32,7 +32,7 @@
|
| "--platform",
|
| "linux-amd64",
|
| "--dest-directory",
|
| - "[SLAVE_BUILD]/cipd",
|
| + "[START_DIR]/cipd",
|
| "--json-output",
|
| "/path/to/tmp/json"
|
| ],
|
| @@ -40,7 +40,7 @@
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@",
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[START_DIR]/cipd/cipd\", @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| "@@@STEP_LOG_END@json.output@@@"
|
| @@ -48,7 +48,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/cipd/cipd",
|
| + "[START_DIR]/cipd/cipd",
|
| "ensure",
|
| "--root",
|
| "[TMP_BASE]/recipes_tmp_1",
|
|
|