summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-26 14:16:50 +0200
committerGitHub <noreply@github.com>2017-07-26 14:16:50 +0200
commit174cd4f478b0c555a23ddb5de3aedae3aac82220 (patch)
treee67ced9ddd06b16c2cfa8f105213c994a3919f4f
parentda31a30edbdd7b5525852e9b3f8fea3e37384242 (diff)
parentc191e12da47c5360d094cb85d1c2d3d672b26a32 (diff)
downloadnextcloud-server-174cd4f478b0c555a23ddb5de3aedae3aac82220.tar.gz
nextcloud-server-174cd4f478b0c555a23ddb5de3aedae3aac82220.zip
Merge pull request #5871 from nextcloud/drone-postgres
Drone postgres
-rw-r--r--.drone.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 12348ca1eed..fc14ba7a366 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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