Add the resource_key back to the repository build.

This commit is contained in:
jakedt 2014-02-25 18:22:02 -05:00
parent b9580c1c29
commit c13f7cd9df
8 changed files with 20 additions and 18 deletions

View file

@ -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()