upd .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-12-31 01:30:32 +00:00
parent da4bf6f85c
commit dd2ccbc52f

View File

@@ -18,17 +18,10 @@ steps:
- echo ===================================
- echo 这是自动运行的流水线
- echo 自动运行
- echo commit : {{ .input.message }}
- echo 仓库名称 : {{ .input.source_repo }}
- echo 提交人用户名 : {{ .input.author_login }}
- echo 提交人姓名 : {{ .input.author_name }}
- echo 触发人姓名 : {{ .input.sender }}
- echo 仓库名称 : {{ .repo.name }}
- echo ===================================
- name: print-manual-trigger
image: alpine:latest
when:
event:
- promote
- manual
target: production
commands:
- echo =====================================
- echo 这是手动触发的流水线
- echo 手动触发
- echo =====================================