git-sandbox/.drone.yml

16 lines
170 B
YAML

kind: pipeline
type: docker
name: default
trigger:
branch:
- gitea
- master
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world