fix(drone): Apply fix on telegram
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matthieu 'JP' DERASSE 2022-08-05 14:42:53 +00:00
parent 873bc26466
commit db8226acd6
Signed by: mderasse
GPG Key ID: 55141C777B16A705

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: testing
name: test-pipeline
platform:
os: linux
@ -85,6 +85,10 @@ steps:
status:
- failure
- success
depends_on:
- test
- lint
- tidy
volumes:
- name: gopath