From 129ac83d03483be909021b92010232dac90f5ced Mon Sep 17 00:00:00 2001
From: Johan Lorenzo <jlorenzo@mozilla.com>
Date: Thu, 15 Sep 2022 16:45:59 +0200
Subject: [PATCH] Bug 1786780 - part 5: Fix artifact paths in build tasks

---
 taskcluster/ci/build/kind.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/taskcluster/ci/build/kind.yml b/taskcluster/ci/build/kind.yml
index 9bf6d0cfe66..9f50c3ccf13 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:
-- 
GitLab