[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/267: decision_task_nightly.py: Fix typo: taskcClusterProxy -> taskclusterProxy

pull/600/head
Sebastian Kaspari 5 years ago committed by Colin Lee
parent fe9779f2a1
commit 511e6d4886

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

Loading…
Cancel
Save