elbot/.drone.yml
Mihai Moldovanu a34616a581
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-03-11 15:52:40 +00:00

15 lines
174 B
YAML

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