mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Enable postgres on drone again
* use proper password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
8b490e8a5c
commit
7f1eadc5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ services:
|
|||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=oc_autotest
|
||||
- POSTGRES_PASSWORD=oc_autotest
|
||||
- POSTGRES_PASSWORD=owncloud
|
||||
when:
|
||||
matrix:
|
||||
DB: postgres
|
||||
|
|
|
|||
Loading…
Reference in a new issue