From a369f65cbaaf1a788fe4c58c7f8e0fa0355555b3 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 5 May 2021 11:23:43 +0200 Subject: [PATCH] ci: install tools --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6cfd372..c4054b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - name: lint image: golangci/golangci-lint:latest commands: + - make install-tools - make lint depends_on: - tags @@ -25,7 +26,6 @@ steps: - name: build image: goreleaser/goreleaser:v0.162.0 commands: - - (cd /tmp; go get -u github.com/go-bindata/go-bindata/...) - make build depends_on: - tags