[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/844: decision_task_nightly.py: Run "assembleRelease".

pull/600/head
Sebastian Kaspari 6 years ago
parent 621221fe1e
commit b9832ac7b7

@ -53,7 +53,7 @@ def generate_build_task(apks, is_staging):
checkout + checkout +
' && python automation/taskcluster/helper/get-secret.py' ' && python automation/taskcluster/helper/get-secret.py'
' -s {} -k dsn -f .sentry_token'.format(sentry_secret) + ' -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={ features={
"chainOfTrust": True, "chainOfTrust": True,
"taskclusterProxy": True "taskclusterProxy": True

Loading…
Cancel
Save