Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-25 14:39:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-25 14:48:28 +0300
commitc191e12da47c5360d094cb85d1c2d3d672b26a32 (patch)
tree1a6bffd4cd9ca83a6703be5dbc2a84c3f8684d84 /.drone.yml
parent11e182fff20d4c8dd0e924c894374df20ed41762 (diff)
Enable postgres on drone again
* use proper password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-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