go-run/.drone.yml

9 lines
114 B
YAML

kind: pipeline
type: docker
name: greeting
steps:
- name: test
image: alpine
commands:
- echo hello world!!