go-run/.drone.yml

9 lines
112 B
YAML

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