Enable postgres on drone again
* use proper password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
2902677ccf
commit
6b79d77dd2
|
@ -632,7 +632,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