added ci configuration file
This commit is contained in:
parent
9dcae186cd
commit
f496b1f297
|
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
Loading…
Reference in New Issue