gitea-action-test/.drone.yml

18 lines
179 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
platform:
os: linux
arch: arm64
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