Fix Drone configuration.

This commit is contained in:
Stanislav Nikitin 2021-11-20 03:38:27 +05:00
parent 92a67520b2
commit 38819e89f4
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ steps:
CGO_ENABLED: 0
commands:
- golangci-lint run
depends_on:
- notify-start
- name: test
image: golang:1.13.1-alpine
@ -19,8 +17,6 @@ steps:
CGO_ENABLED: 0
commands:
- go test ./...
depends_on:
- notify-start
- name: docker
image: plugins/docker