diff --git a/automation/taskcluster/decision_task_nightly.py b/automation/taskcluster/decision_task_nightly.py index d9d825358..2c1b4009c 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -46,7 +46,7 @@ def generate_build_task(apks, is_staging): ' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'), features={ "chainOfTrust": True, - "taskClusterProxy": True + "taskclusterProxy": True }, artifacts=artifacts, worker_type='android-components-g' if is_staging else 'gecko-focus',