diff --git a/.drone.yml b/.drone.yml index 446f0a1..40fab14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ steps: from: drone@gregandev.fr host: mail.gandi.net port: 465 -# skip_verify: true + skip_verify: true debug: true username: drone@gregandev.fr password: @@ -65,7 +65,7 @@ steps: {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }}) attachment: build-result.xml - # body: - # https://git.io/vgvPz + body: + https://git.io/vgvPz when: - staus: [ success, failure ] \ No newline at end of file + status: [ success, failure ] \ No newline at end of file