Merge pull request #6173 from nextcloud/12-6161

[stable12] Enable object storage tests again
This commit is contained in:
Morris Jobke 2017-08-18 23:02:10 +02:00 committed by GitHub
commit ddf7e0629c
2 changed files with 3 additions and 3 deletions

View File

@ -590,8 +590,8 @@ matrix:
- TESTS: caldavtester-new-endpoint
- TESTS: carddavtester-new-endpoint
- TESTS: carddavtester-old-endpoint
# - TESTS: object-store
# OBJECT_STORE: s3
- TESTS: object-store
OBJECT_STORE: s3
- TESTS: sqlite-php7.0-samba-native
- TESTS: sqlite-php7.0-samba-non-native
- TEST: memcache-memcached

View File

@ -30,7 +30,7 @@ if (getenv('OBJECT_STORE') === 's3') {
'autocreate' => true,
'key' => 'dummy',
'secret' => 'dummy',
'hostname' => 'localhost',
'hostname' => getenv('DRONE') === 'true' ? 'fake-s3' : 'localhost',
'port' => 4569,
'use_ssl' => false,
// required for some non amazon s3 implementations