| Index: recipes/recipes/build_conda_cipd_pkg.expected/mac.json
|
| diff --git a/recipes/recipes/build_conda_cipd_pkg.expected/mac.json b/recipes/recipes/build_conda_cipd_pkg.expected/mac.json
|
| index a89330c280df547a7abd88d255113fcd8ab2c99f..6ed518a80554eb1b66a35f57d3a7ea574e9b1c84 100644
|
| --- a/recipes/recipes/build_conda_cipd_pkg.expected/mac.json
|
| +++ b/recipes/recipes/build_conda_cipd_pkg.expected/mac.json
|
| @@ -7,7 +7,7 @@
|
| "--platform",
|
| "mac-amd64",
|
| "--dest-directory",
|
| - "[SLAVE_BUILD]/cipd",
|
| + "[START_DIR]/cipd",
|
| "--json-output",
|
| "/path/to/tmp/json"
|
| ],
|
| @@ -15,7 +15,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@@@"
|
| @@ -146,7 +146,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/cipd/cipd",
|
| + "[START_DIR]/cipd/cipd",
|
| "pkg-build",
|
| "--in",
|
| "[SLAVE_BUILD]/conda_staging_dir",
|
| @@ -172,7 +172,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/cipd/cipd",
|
| + "[START_DIR]/cipd/cipd",
|
| "pkg-register",
|
| "[SLAVE_BUILD]/conda_python.cipd",
|
| "--json-output",
|
|
|