Skip to content
Snippets Groups Projects
Commit 174cd4f4 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #5871 from nextcloud/drone-postgres

Drone postgres
parents da31a30e c191e12d
No related branches found
No related tags found
No related merge requests found
...@@ -622,9 +622,9 @@ matrix: ...@@ -622,9 +622,9 @@ matrix:
- DB: mysql - DB: mysql
PHP: 5.6 PHP: 5.6
ENABLE_REDIS: true ENABLE_REDIS: true
# - DB: postgres - DB: postgres
# PHP: 5.6 PHP: 5.6
# ENABLE_REDIS: true ENABLE_REDIS: true
- DB: mysqlmb4 - DB: mysqlmb4
PHP: 5.6 PHP: 5.6
ENABLE_REDIS: true ENABLE_REDIS: true
...@@ -644,7 +644,7 @@ services: ...@@ -644,7 +644,7 @@ services:
image: postgres image: postgres
environment: environment:
- POSTGRES_USER=oc_autotest - POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=oc_autotest - POSTGRES_PASSWORD=owncloud
when: when:
matrix: matrix:
DB: postgres DB: postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment