1
0
Fork 0

Fixes python exception

master
Jeff Boek 2019-03-04 16:02:22 -08:00
parent 6cef7803d1
commit bca763c218
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def generate_build_task(apks, is_staging):
' && python automation/taskcluster/helper/get-secret.py'
' -s {} -k dsn -f .sentry_token'.format(sentry_secret) +
' && python automation/taskcluster/helper/get-secret.py'
'-s {} -k Greenfield -f .adjust_token'.format(adjust_secret)
'-s {} -k Greenfield -f .adjust_token'.format(adjust_secret) +
' && ./gradlew --no-daemon -PcrashReports=true clean test assembleGreenfieldRelease'),
features={
"chainOfTrust": True,