hello-ci/.drone.yml
Christoph Honal bfa51d66a6
Some checks failed
continuous-integration/drone/push Build is failing
hm
2020-02-13 18:31:37 +01:00

20 lines
368 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: docker
commands:
- docker build --rm -t dagobert:latest .
volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: notify
image: drillster/drone-email
settings:
host: smtp
port: 25
skip_verify: true
from: drone@chrz.de
when:
status: [ success, failure ]