gitea-action-test/.drone.yml
jqtmviyu 076aab6c1a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
ci: 👷 edit .drone.yml
2024-07-25 08:31:04 +08:00

18 lines
179 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: greeting
commands:
- echo hello world
trigger:
event:
- push