From a7d7baab90339c03d847c718ceef20fb84becaba Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 20:05:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) 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 }} +