Skip to content

Commit 4b28371

Browse files
committed
fix drone lint
1 parent e6295a7 commit 4b28371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kind: pipeline
33
name: testing
44
steps:
5-
- name: vet
5+
- name: test-vet
66
pull: default
77
image: golang:1.12
88
environment:
@@ -138,7 +138,7 @@ steps:
138138
GO111MODULE: "on"
139139
GOPROXY: "https://goproxy.cn"
140140
depends_on:
141-
- build
141+
- test-vet
142142
- test-sqlite
143143
- test-mysql
144144
- test-mysql-utf8mb4

0 commit comments

Comments
 (0)