mi-v1/.drone.yml

19 lines
238 B
YAML
Raw Normal View History

2020-01-19 18:22:42 +00:00
---
kind: pipeline
name: default
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
2020-01-20 14:15:48 +00:00
path: /var/run/docker.sock
2020-01-19 18:22:42 +00:00
commands:
- docker build .
volumes:
- name: dockersock
2020-01-20 14:15:48 +00:00
host:
path: /var/run/docker.sock