Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 17:57:45 +01:00
parent ee5647a04c
commit aa9522680c

View File

@ -54,7 +54,7 @@ steps:
from: drone@gregandev.fr from: drone@gregandev.fr
host: mail.gandi.net host: mail.gandi.net
port: 465 port: 465
# skip_verify: true skip_verify: true
debug: true debug: true
username: drone@gregandev.fr username: drone@gregandev.fr
password: password:
@ -65,7 +65,7 @@ steps:
{{ repo.owner }}/{{ repo.name }} {{ repo.owner }}/{{ repo.name }}
({{ build.branch }} - {{ truncate build.commit 8 }}) ({{ build.branch }} - {{ truncate build.commit 8 }})
attachment: build-result.xml attachment: build-result.xml
# body: body:
# https://git.io/vgvPz https://git.io/vgvPz
when: when:
staus: [ success, failure ] status: [ success, failure ]