diff --git a/.drone.yml b/.drone.yml index c899793..0cd3c92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,24 +48,8 @@ steps: key: from_secret: RSYNC_SSH_KEY -- name: notify - image: drillster/drone-email - settings: - from.address: drone@gregandev.fr - host: mail.gandi.net - port: 25 -# skip_verify: true - debug: true - username: drone@gregandev.fr - password: - from_secret: MAIL_PASSWORD - recipients: [ greg@gregandev.fr ] - subject: > - [{{ build.status }}] - {{ repo.owner }}/{{ repo.name }} - ({{ build.branch }} - {{ truncate build.commit 8 }}) - attachment: build-result.xml - body: - https://git.io/vgvPz - when: - status: [ success, failure ] \ No newline at end of file +- name: test + image: busybox + commands: + - echo {{ build.status }} +