11 lines
128 B
YAML
Raw Normal View History

2025-02-13 10:34:58 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test