gitea-action-test/.drone.yml

12 lines
137 B
YAML
Raw Normal View History

2024-07-25 06:08:14 +08:00
kind: pipeline
type: docker
name: default
2024-07-25 06:08:14 +08:00
steps:
- name: greeting
2024-07-25 06:08:14 +08:00
commands:
- echo hello world
trigger:
event:
- push