mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
9 lines
92 B
YAML
9 lines
92 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: golang
|
|
commands:
|
|
- go build
|