Enable postgres on drone again
* use proper password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
8b4713a591
commit
a46ed0af28
|
@ -481,7 +481,7 @@ services:
|
|||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=oc_autotest
|
||||
- POSTGRES_PASSWORD=oc_autotest
|
||||
- POSTGRES_PASSWORD=owncloud
|
||||
when:
|
||||
matrix:
|
||||
DB: postgres
|
||||
|
|
Loading…
Reference in New Issue