1
0
Fork 0

Try to fix build bustage from #1321. (#1538)

This just looks wrong.  I'm concerned that this was green as a PR,
because it suggests that we were signing with an incorrect
`worker_type` there; but here we are -- let's see if it addresses the
issue.  If not, we'll back the whole of #1321 out.
master
Nick Alexander 2019-04-10 15:59:10 -07:00 committed by GitHub
parent d5ae364399
commit cb21132225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class TaskBuilder(object):
}
return self._craft_default_task_definition(
worker_type='mobile-signing-dep-v1' if signing_format == 'dep' else 'mobile-signing-v1',
worker_type='mobile-signing-dep-v1' if signing_type == 'dep-signing' else 'mobile-signing-v1',
provisioner_id='scriptworker-prov-v1',
dependencies=[assemble_task_id],
routes=routes,