kind: pipeline
name: hello-drone-backup
steps:
- name: build
image: golang
commands:
- go build
- go test