From f3d6cd39ea3f577093b62f414b09c140f68002b4 Mon Sep 17 00:00:00 2001 From: loser <1711788888@qq.com> Date: Thu, 16 Jun 2022 18:17:58 +0800 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ea5ea02..f0a1d65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,8 @@ steps: when: status: - "success" + - echo hello + - echo world --- kind: pipeline