demo/.drone.yml

10 lines
105 B
YAML
Raw Normal View History

kind: pipeline
name: default
steps:
- name: test
2020-07-16 08:11:38 +00:00
image: alpine
commands:
2020-07-16 08:11:38 +00:00
- echo "hello drone!!"