diff --git a/taskcluster/ci/build/kind.yml b/taskcluster/ci/build/kind.yml index 9bf6d0cfe66550f9595f5f0112e88d8f406f65ef..9f50c3ccf135134df474d09fb44682306808b6f4 100644 --- a/taskcluster/ci/build/kind.yml +++ b/taskcluster/ci/build/kind.yml @@ -31,15 +31,15 @@ task-defaults: artifact-template: type: file name: public/build/{artifact_file_name} - path: '/builds/worker/checkouts/vcs/{component_path}/build/maven/org/mozilla/components/{component}/{version}/{artifact_file_name}' + path: '/builds/worker/checkouts/vcs/android-components/{component_path}/build/maven/org/mozilla/components/{component}/{version}/{artifact_file_name}' tests-artifact-template: type: directory name: public/reports/tests - path: '/builds/worker/checkouts/vcs/{component_path}/build/reports/tests' + path: '/builds/worker/checkouts/vcs/android-components/{component_path}/build/reports/tests' lint-artifact-template: type: file name: public/reports/lint-results-release.html - path: '/builds/worker/checkouts/vcs/{component_path}/build/reports/lint-results-release.html' + path: '/builds/worker/checkouts/vcs/android-components/{component_path}/build/reports/lint-results-release.html' text-artifact-template: type: file name: public/github/customCheckRunText.md @@ -47,7 +47,7 @@ task-defaults: jacoco-coverage-template: type: directory name: public/reports/jacoco - path: '/builds/worker/checkouts/vcs/{component_path}/build/reports/jacoco' + path: '/builds/worker/checkouts/vcs/android-components/{component_path}/build/reports/jacoco' attributes: code-review: by-build-type: