From 2304a114659c1c1cceca3c7b8253ec9a70545923 Mon Sep 17 00:00:00 2001 From: Matthieu 'JP' DERASSE Date: Fri, 5 Aug 2022 14:19:38 +0000 Subject: [PATCH] feat(drone); Improve telegram message --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c4f19d..3b50e30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,15 @@ steps: - name: gopath path: /go +- name: tidy + image: golang:1.18 + commands: + - go mod tidy + - git diff --exit-code -- go.mod go.sum + volumes: + - name: gopath + path: /go + - name: lint image: golang:1.18 commands: @@ -56,6 +65,9 @@ steps: ✅ Build *#{{build.number}}* of *{{repo.name}}* succeeded. {{else}} ❌ Build *#{{build.number}}* of *{{repo.name}}* failed. + + Stages: {{build.failedStages}} + Steps: {{build.failedSteps}} {{/success}} 📝 Commit on *{{commit.branch}}*: