aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py')
-rw-r--r--etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py b/etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py
index 09b1f7c0ffc..a8f16fd2fa6 100644
--- a/etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py
+++ b/etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py
@@ -10,7 +10,4 @@ import tc
def ext_pillar(_minion_id, _pillar, *_args):
tc.check()
- data = {}
- data.update(tc.secret("project/servo/tc-client/worker/macos/1"))
- data.update(tc.livelog())
- return data
+ return tc.secret("project/servo/tc-client/worker/macos/1")