mirror of
https://github.com/xiaoqidun/goini.git
synced 2024-11-14 11:25:18 +08:00
10 lines
156 B
YAML
10 lines
156 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
pull: if-not-exists
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build goini.go
|