From a601ea5ab4baebdd2de82d223f5fedace8bb9f3e Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 22 Dec 2019 04:25:31 +0500 Subject: [PATCH] Drone pipeline fixes. --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9f3d65c..03cd3b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,8 @@ steps: CGO_ENABLED: 0 commands: - golangci-lint run + depends_on: + - notify-start - name: test image: golang:1.13.5-alpine @@ -26,6 +28,8 @@ steps: CGO_ENABLED: 0 commands: - go test ./... + depends_on: + - notify-start - name: docker image: plugins/docker @@ -38,6 +42,9 @@ steps: from_secret: dockerhub_password repo: pztrn/opensaps auto_tag: true + depends_on: + - lint + - test - name: notify-end when: