Slight tweak to initdb to have the subdir config.
This commit is contained in:
parent
cbb1ab5e68
commit
d505a4edbb
2 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ def populate_database():
|
|||
new_user_1)
|
||||
trigger.config = json.dumps({
|
||||
'build_source': 'jakedt/testconnect',
|
||||
'subdir': '',
|
||||
})
|
||||
trigger.save()
|
||||
|
||||
|
|
Binary file not shown.
Reference in a new issue