From 4b28371f5f57095f81c05cdd61454f54a7219b0e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 19 Jan 2020 16:23:40 +0800 Subject: [PATCH] fix drone lint --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9d0c94e..867e41e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: testing steps: -- name: vet +- name: test-vet pull: default image: golang:1.12 environment: @@ -138,7 +138,7 @@ steps: GO111MODULE: "on" GOPROXY: "https://goproxy.cn" depends_on: - - build + - test-vet - test-sqlite - test-mysql - test-mysql-utf8mb4