Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-05-28 20:24:21 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-05 13:01:32 +0300
commit8da867de75d56fe6da4ba1ed47829d84b387adbf (patch)
tree39be39249792277dac3b53fc0aa1123fa9e8171d /.drone.yml
parent15cf02a7841ef5d65a12dbb2bcc6b3c490f95abb (diff)
Use minio for s3 tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index ce2de25b823..5a76da3d19e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2148,6 +2148,15 @@ kind: pipeline
name: object-store-s3
steps:
+- name: minio
+ image: ghcr.io/nextcloud/continuous-integration-minio:latest
+ detach: true
+ commands:
+ - mkdir /s3data
+ - minio server /s3data
+ environment:
+ MINIO_ROOT_USER: nextcloud
+ MINIO_ROOT_PASSWORD: nextcloud
- name: submodules
image: docker:git
commands: