chg: dev: drone test @minor
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
cătălin 2020-11-24 00:29:05 +01:00
commit 3dfe5ccfe7

View file

@ -5,7 +5,6 @@ name: default
steps: steps:
- name: greeting - name: greeting
image: golang:1.12 image: hello-world:latest
commands: commands:
- go build - echo "what is up"
- go test