Skip to content

Commit

Permalink
Hardcode 'project' to 'firefox-profiler' in .taskcluster.yml (PR #4759)
Browse files Browse the repository at this point in the history
We decided to use `firefox-profiler` as the project name in ci-config,
which is different than the repo's actual name.
  • Loading branch information
ahal authored Sep 27, 2023
1 parent e6740c6 commit ce71135
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tasks:
- $let:
trustDomain: "mozilla"
level: "1"
project: "firefox-profiler"
ownerEmail:
$switch:
'tasks_for == "github-push"': '${event.pusher.email}'
Expand All @@ -28,11 +29,6 @@ tasks:
'tasks_for == "github-push"': '${event.repository.html_url}'
'tasks_for[:19] == "github-pull-request"': '${event.pull_request.head.repo.html_url}'
'tasks_for in ["cron", "action"]': '${repository.url}'
project:
$switch:
'tasks_for == "github-push"': '${event.repository.name}'
'tasks_for[:19] == "github-pull-request"': '${event.pull_request.head.repo.name}'
'tasks_for in ["cron", "action"]': '${repository.project}'
head_branch:
$switch:
'tasks_for[:19] == "github-pull-request"': ${event.pull_request.head.ref}
Expand Down

0 comments on commit ce71135

Please sign in to comment.