From 4907045db5ca9b92c0cf71d6b5c31f47a1bf9bc3 Mon Sep 17 00:00:00 2001 From: moweishan <13892077751@163.com> Date: Mon, 29 Dec 2025 15:58:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 940be66..4e77328 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,10 @@ steps: event: push branch: main commands: - - echo ===================================== + - echo ==================================== - echo 这是自动运行的流水线 - echo 自动运行 - - echo ===================================== + - echo ==================================== - name: print-manual-trigger image: alpine:latest