Skip to content

Commit 4dda490

Browse files
committed
fix: stop writing decision task route on-push
Due to how `mozilla-extensions` repos are configured in fxci-config, they no longer have access to write to this path for security reasons. Solving this properly means re-thinking the whole `mozilla-extensions` Taskcluster architecture (which I think is long overdue anyway). But in the short term, removing this route means we should get unblocked.
1 parent efcd29d commit 4dda490

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.taskcluster.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,7 @@ tasks:
171171
then:
172172
kind: cron-task
173173
routes:
174-
$flatten:
175-
- checks
176-
- $if: 'tasks_for == "github-push"'
177-
then:
178-
- "index.${trustDomain}.v2.${project}.revision.${head_sha}.taskgraph.decision"
179-
else: []
174+
- checks
180175
scopes:
181176
$if: 'tasks_for == "github-push"'
182177
then:

0 commit comments

Comments
 (0)