break out build/lint into diff phases
This commit is contained in:
parent
091d2b3f44
commit
f68a770cf0
@ -8,4 +8,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- go get -v
|
- go get -v
|
||||||
- make build
|
- make build
|
||||||
|
- name: lint
|
||||||
|
image: golang:1.13
|
||||||
|
commands:
|
||||||
|
- go get -v
|
||||||
- make lint
|
- make lint
|
||||||
|
Loading…
Reference in New Issue
Block a user