1
0
Fork 0

Issue #267: decision_task_nightly.py: Fix typo: taskcClusterProxy -> taskclusterProxy

master
Sebastian Kaspari 2019-01-31 10:16:44 +01:00 committed by Colin Lee
parent 5a57b9a6c5
commit 580fa1011f
1 changed files with 1 additions and 1 deletions

View File

@ -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',