summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2017-10-09 12:45:00 +0200
committerGitHub <noreply@github.com>2017-10-09 12:45:00 +0200
commit9bbb6ffb23be8aa0255bfedf1c8bf248d3488c72 (patch)
treeb09310198a0ff5cc63be11d1db89fe48ee1b4193
parentfd681fe257abebc107e80790455c1e0ef5bd5c3e (diff)
downloadnextcloud-server-9bbb6ffb23be8aa0255bfedf1c8bf248d3488c72.tar.gz
nextcloud-server-9bbb6ffb23be8aa0255bfedf1c8bf248d3488c72.zip
fix postgresql tests
we don't support pgsql 10 yet. because Doctrine does not either. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 84256ba4b5a..3e161e42889 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -834,7 +834,7 @@ services:
matrix:
ENABLE_REDIS_CLUSTER: true
postgres:
- image: postgres
+ image: postgres:9
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=owncloud