summaryrefslogtreecommitdiff
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorBastien Abadie <bastien@mozilla.com>2019-07-11 17:03:28 +0000
committerBastien Abadie <bastien@mozilla.com>2019-07-11 17:03:28 +0000
commit2cec0e068ed77c7ba17b33512acb08a0769bb81c (patch)
tree1a6a0adcb9811cc1b2de6dff1dfe3e53172ea3a9 /.taskcluster.yml
parent044cf981040799cf9c4a371b5ff3847056b42456 (diff)
downloadnss-hg-2cec0e068ed77c7ba17b33512acb08a0769bb81c.tar.gz
Bug 1565243 - Support TC_OWNER without email address in taskgraph, r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D37735
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 4d5117e5e..05bade965 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -55,7 +55,7 @@ tasks:
image: djmitche/nss-decision:0.0.3
env:
- TC_OWNER: "${push.owner}"
+ TC_OWNER: "${ownerEmail}"
TC_SOURCE: "${repository.url}"
TC_PROJECT: ${repository.project}
TC_SCHEDULER_ID: "${schedulerId}"