diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-18 23:15:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 23:15:28 +0200 |
commit | a5495b8ef1b8c68e069ac1ff3494f56bd8cfac6f (patch) | |
tree | f1f58f08e9c2d6231e21a320295c40a694bc04b2 | |
parent | 6a313accfc8fc1155252340fbe374da0adab36e8 (diff) | |
parent | 75f893b62f8ffce0f1d9e1066b60272bbc5aa796 (diff) | |
download | nextcloud-server-a5495b8ef1b8c68e069ac1ff3494f56bd8cfac6f.tar.gz nextcloud-server-a5495b8ef1b8c68e069ac1ff3494f56bd8cfac6f.zip |
Merge pull request #5775 from nextcloud/fix-postgres
Disable postgres temporarily
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index bd06ae13739..6a171a23148 100644 --- a/.drone.yml +++ b/.drone.yml @@ -610,9 +610,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 |