git-sandbox/.drone.yml
2021-09-29 13:14:21 +05:30

15 lines
170 B
YAML

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