1
0
Fork 0

Resolves tasks not being reported to treeherder

master
Mitchell Hentges 2019-07-05 13:28:21 -07:00 committed by Sebastian Kaspari
parent 1169822479
commit bc1a405a72
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ BUILDER = TaskBuilder(
scheduler_id=os.environ.get('SCHEDULER_ID', 'taskcluster-github'),
tasks_priority=os.environ.get('TASKS_PRIORITY'),
date_string=os.environ.get('BUILD_DATE'),
trust_level=os.environ.get('TRUST_LEVEL'),
trust_level=int(os.environ.get('TRUST_LEVEL')),
)