diff --git a/.drone.yml b/.drone.yml index 923eaa27d1fffe2754a6dfbce9a342cde8e87293..a3bccf029de4de3a871ed3ed0215f80f1c9696b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -773,8 +773,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 diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 953dfb7ee256f2dd6fba66d80c96a3534f50de75..7c08003873462417307e8112471762fe62bd8e2e 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -26,7 +26,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