mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Fixes #935. Leanplum usage.
This commit is contained in:
parent
49142349b8
commit
d334decbe5
@ -55,7 +55,7 @@ def generate_build_task(apks, is_staging):
|
|||||||
' && 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) +
|
||||||
' && python automation/taskcluster/helper/get-secret.py'
|
' && python automation/taskcluster/helper/get-secret.py'
|
||||||
' -s {} -k production -f .leanplum_token'.format(leanplum_token) +
|
' -s {} -k production -f .leanplum_token'.format(leanplum_secret) +
|
||||||
' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'),
|
' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'),
|
||||||
features={
|
features={
|
||||||
"chainOfTrust": True,
|
"chainOfTrust": True,
|
||||||
@ -63,7 +63,7 @@ def generate_build_task(apks, is_staging):
|
|||||||
},
|
},
|
||||||
artifacts=artifacts,
|
artifacts=artifacts,
|
||||||
scopes=[
|
scopes=[
|
||||||
"secrets:get:{}".format(sentry_secret)
|
"secrets:get:{}".format(sentry_secret),
|
||||||
"secrets:get:{}".format(leanplum_secret)
|
"secrets:get:{}".format(leanplum_secret)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user