diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-10-09 13:13:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 13:13:52 +0200 |
commit | 5304598296f060ba6f1012b1ddeaa92248e10923 (patch) | |
tree | b09310198a0ff5cc63be11d1db89fe48ee1b4193 | |
parent | fd681fe257abebc107e80790455c1e0ef5bd5c3e (diff) | |
parent | 9bbb6ffb23be8aa0255bfedf1c8bf248d3488c72 (diff) | |
download | nextcloud-server-5304598296f060ba6f1012b1ddeaa92248e10923.tar.gz nextcloud-server-5304598296f060ba6f1012b1ddeaa92248e10923.zip |
Merge pull request #6790 from nextcloud/fix-pgsql-tests
fix postgresql tests
-rw-r--r-- | .drone.yml | 2 |
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 |