demo/.drone.yml

10 lines
105 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: alpine
commands:
- echo "hello drone!!"