From d2312ef5d9e8833fc6bb4f246fc6c727d2a8048c Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 16 Jun 2021 10:22:31 +0200 Subject: [PATCH] ci: not installing tools on lint step --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 491a9d2..9cc3371 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ steps: - name: lint image: golangci/golangci-lint:v1.39.0 commands: - - make install-tools - make lint depends_on: - tags