elbot/.drone.yml
Mihai Moldovanu 015915204d
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-03-10 23:17:39 +00:00

15 lines
182 B
YAML

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