Browse Source

Merge pull request #6790 from nextcloud/fix-pgsql-tests

fix postgresql tests
pull/6795/head
Roeland Jago Douma 8 years ago
committed by GitHub
parent
commit
5304598296
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save