1
0
Fork 0

Fixes #1005 - Notify eng when build task fails

master
Jeff Boek 2019-03-25 13:10:33 -07:00 committed by Colin Lee
parent 9227f67545
commit 6c40063245
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ def generate_build_task(apks, is_staging):
scopes=[
"secrets:get:{}".format(sentry_secret),
"secrets:get:{}".format(leanplum_secret)
]
],
routes=["notify.email.fenix-eng-notifications@mozilla.com.on-failed"]
)