drone-test/.drone.yaml
2024-02-15 19:11:03 +11:00

10 lines
116 B
YAML

name: drone-test
kind: pipeline
type: docker
steps:
- name: test
image: alpine
commands:
- echo "It worked!"