Skip to content

Commit

Permalink
Bug 1444164 - only send a message for a signoff when we are release, …
Browse files Browse the repository at this point in the history
…not release-rc. r=aki

Differential Revision: https://phabricator.services.mozilla.com/D121787
  • Loading branch information
jmaher committed Aug 5, 2021
1 parent 3bb5899 commit d82f710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster/ci/release-secondary-notify-ship/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
firefox-rc:
shipping-product: firefox
notifications:
subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} updates are ready for signoff in Balrog!"
message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} updates are ready for signoff in Balrog!"
subject: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!"
message: "{task[shipping-product]} {release_config[version]} build{release_config[build_number]}/{config[params][project]} RC updates are ready!"

0 comments on commit d82f710

Please sign in to comment.