From 62b480c873880dd4df2ae3541890121a52f80870 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 6 Oct 2022 21:50:01 +0200 Subject: [PATCH] ci/cd debug test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d90244b..6303f46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: golang:latest commands: - go install honnef.co/go/tools/cmd/staticcheck@latest - - staticcheck ./src/internal/... + - cd src && staticcheck ./... volumes: - name: gopath path: /go