Skip to content
Snippets Groups Projects
Commit 4ee4d15f authored by Morris Jobke's avatar Morris Jobke
Browse files

Enable object storage tests again


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 96a404df
No related branches found
No related tags found
No related merge requests found
...@@ -773,8 +773,8 @@ matrix: ...@@ -773,8 +773,8 @@ matrix:
- TESTS: caldavtester-new-endpoint - TESTS: caldavtester-new-endpoint
- TESTS: carddavtester-new-endpoint - TESTS: carddavtester-new-endpoint
- TESTS: carddavtester-old-endpoint - TESTS: carddavtester-old-endpoint
# - TESTS: object-store - TESTS: object-store
# OBJECT_STORE: s3 OBJECT_STORE: s3
- TESTS: sqlite-php7.0-samba-native - TESTS: sqlite-php7.0-samba-native
- TESTS: sqlite-php7.0-samba-non-native - TESTS: sqlite-php7.0-samba-non-native
- TEST: memcache-memcached - TEST: memcache-memcached
......
...@@ -26,7 +26,7 @@ if (getenv('OBJECT_STORE') === 's3') { ...@@ -26,7 +26,7 @@ if (getenv('OBJECT_STORE') === 's3') {
'autocreate' => true, 'autocreate' => true,
'key' => 'dummy', 'key' => 'dummy',
'secret' => 'dummy', 'secret' => 'dummy',
'hostname' => 'localhost', 'hostname' => getenv('DRONE') === 'true' ? 'fake-s3' : 'localhost',
'port' => 4569, 'port' => 4569,
'use_ssl' => false, 'use_ssl' => false,
// required for some non amazon s3 implementations // required for some non amazon s3 implementations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment