Add build to CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ryan Cavicchioni 2022-09-01 09:23:21 -05:00
parent 7f69e6e1c2
commit e4d6a3fdff
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -4,7 +4,6 @@ name: default
steps: steps:
- name: greeting - name: greeting
image: alpine image: golang
commands: commands:
- echo hello - go build ./cmd/bb
- echo world