Files
test/.drone.yml
moweishan f6c3d3b814
All checks were successful
continuous-integration/drone/push Build is passing
upd .drone.yml
2025-12-31 01:35:39 +00:00

22 lines
402 B
YAML

kind: pipeline
type: docker
name: main-automated-pipeline
trigger:
event:
- push
- promote
- manual
steps:
- name: print-auto-run
image: alpine:latest
when:
event: push
branch: main
commands:
- echo ===================================
- echo 这是自动运行的流水线
- echo 自动运行
- echo ===================================