mirror of
https://github.com/xiaoqidun/goini.git
synced 2025-09-18 11:29:52 +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 |