更新 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-31 02:03:15 +00:00
parent cd6c11c52f
commit a23939ece9

View File

@@ -16,6 +16,7 @@ trigger:
steps: steps:
- name: print-auto-run - name: print-auto-run
image: alpine:latest image: alpine:latest
仓库唯一标识UID: $REPO_UID
when: when:
event: push event: push
branch: main branch: main
@@ -25,5 +26,4 @@ steps:
- echo =================================== - echo ===================================
- echo 这是自动运行的流水线 - echo 这是自动运行的流水线
- echo 自动运行 - echo 自动运行
- echo 仓库唯一标识UID: $REPO_UID
- echo =================================== - echo ===================================