Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix taskcluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Oct 2, 2018
1 parent 3a0c63c commit 278e5d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tasks:
- pull_request.reopened
payload:
maxRunTime: 7200
deadline: "{{ '2 hours' | $fromNow }}"
image: 'mozillamixedreality/firefoxreality'
command:
- /bin/bash
Expand Down Expand Up @@ -60,7 +59,6 @@ tasks:
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 7200
deadline: "{{ '2 hours' | $fromNow }}"
image: 'mozillamixedreality/firefoxreality'
features:
taskclusterProxy: true
Expand Down Expand Up @@ -109,7 +107,6 @@ tasks:
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 7200
deadline: "{{ '2 hours' | $fromNow }}"
image: 'mozillamixedreality/firefoxreality'
features:
taskclusterProxy: true
Expand Down

0 comments on commit 278e5d0

Please sign in to comment.