diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-05-28 19:24:21 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-07-05 09:58:37 +0000 |
commit | e41f06d7c466f14e417f7d7930c7a7d6146dde8d (patch) | |
tree | 7768cd9530e51ec99f877ffd24421b5298ac5178 /.drone.yml | |
parent | 4c9686a969af8e6959d23d658a0cd981ad4b4bd0 (diff) | |
download | nextcloud-server-e41f06d7c466f14e417f7d7930c7a7d6146dde8d.tar.gz nextcloud-server-e41f06d7c466f14e417f7d7930c7a7d6146dde8d.zip |
Use minio for s3 tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index ca21cb74643..caec2fccd34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2090,6 +2090,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: |