break out build/lint into diff phases

This commit is contained in:
2019-11-07 12:51:21 -08:00
parent 091d2b3f44
commit f68a770cf0
+4
View File
@@ -8,4 +8,8 @@ steps:
commands:
- go get -v
- make build
- name: lint
image: golang:1.13
commands:
- go get -v
- make lint