Gregory Rudolph
4 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
kind: pipeline |
||||
type: docker |
||||
name: default |
||||
|
||||
steps: |
||||
- name: Build |
||||
image: golang |
||||
commands: |
||||
- go vet -v |
||||
- go build |
Loading…
Reference in new issue