Skip to content

Commit

Permalink
Bug 1277205 - Use {{project}} in .taskcluster.yml instead of hard-cod…
Browse files Browse the repository at this point in the history
…ed project name r=me
  • Loading branch information
Tim Taubert committed Jun 30, 2016
1 parent 8bed34e commit 0c6b2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -53,8 +53,8 @@ tasks:
createdForUser: {{owner}}

routes:
- "tc-treeherder-stage.v2.nss.{{revision}}.{{pushlog_id}}"
- "tc-treeherder.v2.nss.{{revision}}.{{pushlog_id}}"
- "tc-treeherder-stage.v2.{{project}}.{{revision}}.{{pushlog_id}}"
- "tc-treeherder.v2.{{project}}.{{revision}}.{{pushlog_id}}"

payload:
image: "ttaubert/nss-ci:0.0.17"
Expand Down

0 comments on commit 0c6b2d4

Please sign in to comment.