elbot/.drone.yml
Mihai Moldovanu 6dc2a47f90
Some checks reported errors
continuous-integration/drone/push Build was killed
Add ' .drone.yml'
2022-03-10 22:04:32 +00:00

12 lines
131 B
YAML

---
kind: pipeline
type: kubernetes
name: elbot
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test