Files
testCi/.drone.yml
2023-08-19 20:40:16 +02:00

15 lines
161 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
trigger:
event:
- pull_request