ci: not installing tools on lint step
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Marvin Steadfast 2021-06-16 10:22:31 +02:00
parent ffab7c3cd0
commit d2312ef5d9

View File

@ -11,7 +11,6 @@ steps:
- name: lint - name: lint
image: golangci/golangci-lint:v1.39.0 image: golangci/golangci-lint:v1.39.0
commands: commands:
- make install-tools
- make lint - make lint
depends_on: depends_on:
- tags - tags