takeoff/.drone.yml

7 lines
99 B
YAML

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