Fix a problem with initdb and add a limit to the builds API.
This commit is contained in:
parent
5f0969778e
commit
fde96c736a
4 changed files with 14 additions and 16 deletions
|
@ -328,7 +328,7 @@ def populate_database():
|
|||
'build_subdir': '',
|
||||
}
|
||||
build = model.create_repository_build(building, token, job_config,
|
||||
'701dcc3724fb4f2ea6c31400528343cd'
|
||||
'701dcc3724fb4f2ea6c31400528343cd',
|
||||
'build-name', trigger)
|
||||
build.uuid = 'deadbeef-dead-beef-dead-beefdeadbeef'
|
||||
build.save()
|
||||
|
|
Reference in a new issue