syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Christoph Honal 2020-02-13 18:26:01 +01:00
parent b772b7e868
commit fcba0c8c6a

View File

@ -6,7 +6,9 @@ steps:
image: docker image: docker
commands: commands:
- docker build --rm -t dagobert:latest . - docker build --rm -t dagobert:latest .
volumes: [ /var/run/docker.sock:/var/run/docker.sock ] volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
settings: settings: