From fca5ed32c76e2713f179a98d9a489c4662e327c0 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 5 Mar 2019 10:40:26 +0100 Subject: [PATCH] Issue #844: decision_task_nightly.py: Run "assembleRelease". --- 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 17b9c16f1..a573e0ba9 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -53,7 +53,7 @@ def generate_build_task(apks, is_staging): checkout + ' && python automation/taskcluster/helper/get-secret.py' ' -s {} -k dsn -f .sentry_token'.format(sentry_secret) + - ' && ./gradlew --no-daemon -PcrashReports=true clean test assembleGreenfieldRelease'), + ' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'), features={ "chainOfTrust": True, "taskclusterProxy": True