From bca763c21828564ae1ff7ad75962239202d9c77b Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Mon, 4 Mar 2019 16:02:22 -0800 Subject: [PATCH] Fixes python exception --- automation/taskcluster/decision_task_nightly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/decision_task_nightly.py b/automation/taskcluster/decision_task_nightly.py index 988b356de..d1bf0ca45 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -55,7 +55,7 @@ def generate_build_task(apks, is_staging): ' && python automation/taskcluster/helper/get-secret.py' ' -s {} -k dsn -f .sentry_token'.format(sentry_secret) + ' && python automation/taskcluster/helper/get-secret.py' - '-s {} -k Greenfield -f .adjust_token'.format(adjust_secret) + '-s {} -k Greenfield -f .adjust_token'.format(adjust_secret) + ' && ./gradlew --no-daemon -PcrashReports=true clean test assembleGreenfieldRelease'), features={ "chainOfTrust": True,