bb/.drone.yml
Ryan Cavicchioni e4d6a3fdff
Some checks failed
continuous-integration/drone/push Build is failing
Add build to CI
2022-09-01 09:23:21 -05:00

10 lines
127 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang
commands:
- go build ./cmd/bb