Browse Source

Enable postgres on drone again

* use proper password

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v13.0.0beta1
Morris Jobke 6 years ago
parent
commit
c191e12da4
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      .drone.yml

+ 4
- 4
.drone.yml View File

@@ -622,9 +622,9 @@ matrix:
- DB: mysql
PHP: 5.6
ENABLE_REDIS: true
# - DB: postgres
# PHP: 5.6
# ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true
@@ -644,7 +644,7 @@ services:
image: postgres
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=oc_autotest
- POSTGRES_PASSWORD=owncloud
when:
matrix:
DB: postgres

Loading…
Cancel
Save