From 7b6a4259087d0481346c1881245364f9555c002e Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 26 Jun 2022 22:10:53 +0500 Subject: [PATCH] Update Drone configuration. --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5ca43e4..bd2059a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,9 @@ kind: pipeline type: docker name: build docker images +depends_on: + - "lint and test" + steps: - name: build master image image: plugins/docker