We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acb532 commit 870611bCopy full SHA for 870611b
.taskcluster.yml
@@ -11,7 +11,7 @@ policy:
11
pullRequests: public
12
tasks:
13
- $let:
14
- trustDomain: "mozilla"
+ trustDomain: app-services
15
ownerEmail:
16
$switch:
17
'tasks_for == "github-push"': '${event.pusher.email}'
taskcluster/config.yml
@@ -1,9 +1,9 @@
1
---
2
-trust-domain: "mozilla"
+trust-domain: app-services
3
task-priority: low
4
5
taskgraph:
6
- cached-task-prefix: "mozilla.v2.rust-components-swift"
+ cached-task-prefix: "app-services.v2.rust-components-swift"
7
repositories:
8
rust_components_swift:
9
name: "rust-components-swift"
0 commit comments