Merge branch 'tests'
This commit is contained in:
commit
ce976ccfb1
13
.drone.yml
13
.drone.yml
|
@ -50,3 +50,16 @@ pipeline:
|
||||||
services:
|
services:
|
||||||
mailhog:
|
mailhog:
|
||||||
image: mailhog/mailhog
|
image: mailhog/mailhog
|
||||||
|
|
||||||
|
node:
|
||||||
|
image: node:alpine
|
||||||
|
commands:
|
||||||
|
- npm install package.json
|
||||||
|
|
||||||
|
bucket:
|
||||||
|
image: minio/minio
|
||||||
|
environment:
|
||||||
|
- MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE
|
||||||
|
- MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
||||||
|
commands:
|
||||||
|
- minio server /data
|
||||||
|
|
Loading…
Reference in New Issue