# kind: pipeline
type: docker
name: test
steps:
- name: hello
image: alpine
commands:
- echo "Drone is working"