git-sandbox/.drone.yml

16 lines
170 B
YAML
Raw Normal View History

2021-09-29 13:11:27 +05:30
kind: pipeline
type: docker
name: default
2021-09-29 13:14:21 +05:30
trigger:
branch:
- gitea
- master
2021-09-29 13:11:27 +05:30
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world