hello-ci/.drone.yml
Christoph Honal fcba0c8c6a
Some checks failed
continuous-integration/drone/push Build is failing
syntax
2020-02-13 18:26:01 +01:00

20 lines
365 B
YAML

kind: pipeline
name: exec
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 ]