merp/.drone.yml

8 lines
137 B
YAML
Raw Normal View History

2019-11-07 20:23:10 +00:00
pipeline:
build:
image: docker
commands:
- docker build .
volumes:
- /var/run/docker.sock:/var/run/docker.sock