From 505372b4221292e10501025411d9cd7a3f83f84e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 20 Feb 2020 12:43:32 +0800 Subject: [PATCH] Improve drone --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a4fb812d..33ca7d42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,6 +92,8 @@ steps: - name: test-postgres-schema pull: default image: golang:1.12 + depends_on: + - test-postgres environment: GO111MODULE: "on" GOPROXY: "https://goproxy.cn"