aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index fd32ad829c..0e05f166f8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -151,6 +151,14 @@ services:
discovery.type: single-node
image: elasticsearch:7.5.0
+ - name: minio
+ image: minio/minio:RELEASE.2020-05-16T01-33-21Z
+ commands:
+ - minio server /data
+ environment:
+ MINIO_ACCESS_KEY: 123456
+ MINIO_SECRET_KEY: 12345678
+
steps:
- name: fetch-tags
pull: default