mirror of
https://github.com/xiaoqidun/goini.git
synced 2024-11-13 02:45:17 +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 |