From 38819e89f48ad4c618bdea277b78f4cc7a2b4cc2 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 20 Nov 2021 03:38:27 +0500 Subject: [PATCH] Fix Drone configuration. --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f7a220..0138d67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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