Add ' .drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Mihai Moldovanu 2022-03-10 22:04:32 +00:00
parent 0d435fd03a
commit 6dc2a47f90

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: kubernetes
name: elbot
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test