Add the resource_key back to the repository build.
This commit is contained in:
parent
b9580c1c29
commit
c13f7cd9df
8 changed files with 20 additions and 18 deletions
|
@ -327,9 +327,9 @@ def populate_database():
|
|||
'repository': repo,
|
||||
'docker_tags': ['latest'],
|
||||
'build_subdir': '',
|
||||
'resource_key': '701dcc3724fb4f2ea6c31400528343cd',
|
||||
}
|
||||
build = model.create_repository_build(building, token, job_config,
|
||||
'701dcc3724fb4f2ea6c31400528343cd'
|
||||
'build-name', trigger)
|
||||
build.uuid = 'deadbeef-dead-beef-dead-beefdeadbeef'
|
||||
build.save()
|
||||
|
|
Reference in a new issue