Skip to content

Commit 8aec5ff

Browse files
committed
Fix cache scope: use level-only key instead of project-level key
1 parent d250f6d commit 8aec5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ tasks:
142142
CODE_COVERAGE_PULL_REQUEST_NUMBER: '${event.pull_request.number}'
143143

144144
cache:
145-
"${trustDomain}-project-${project}-level-${level}-checkouts-v2": /builds/worker/checkouts
145+
"${trustDomain}-level-${level}-checkouts-v2": /builds/worker/checkouts
146146

147147
features:
148148
taskclusterProxy: true

0 commit comments

Comments
 (0)