mirror of
https://github.com/xiaoqidun/idkey.git
synced 2024-11-14 04:35: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 idkey.go |