From caea1f896804e31dfcffb7bf1ed7558abf600192 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 12 Nov 2019 21:13:44 +0800 Subject: [PATCH] improve drone --- .drone.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7fe3521c..9dd6f83c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -174,11 +174,7 @@ services: --- kind: pipeline -name: go1.13-build -depends_on: - - clone -clone: - disable: true +name: go1.13-test steps: - name: build pull: default @@ -194,10 +190,6 @@ steps: - push - pull_request ---- -kind: pipeline -name: go1.13-test -steps: - name: test-sqlite pull: default image: golang:1.13 @@ -319,6 +311,7 @@ steps: GO111MODULE: "on" GOPROXY: "https://goproxy.cn" depends_on: + - build - test-sqlite - test-mysql - test-mysql-utf8mb4