diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-17 09:40:12 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-08-17 09:40:12 +0200 |
commit | 4ee4d15f012c87ef26ac42b4150c6200dc6b81ff (patch) | |
tree | 82c21009946a6507aba7c20f87a04fcb1cae3ba0 /tests/preseed-config.php | |
parent | 96a404dfb37889049edfdc3c45411eab6ddaa4bc (diff) | |
download | nextcloud-server-4ee4d15f012c87ef26ac42b4150c6200dc6b81ff.tar.gz nextcloud-server-4ee4d15f012c87ef26ac42b4150c6200dc6b81ff.zip |
Enable object storage tests again
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/preseed-config.php')
-rw-r--r-- | tests/preseed-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 953dfb7ee25..7c080038734 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 |