From ba89c74a5e9ac07496ad13051efd8b37e417a1b7 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Tue, 14 Jun 2022 16:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20drone=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e30e632..fb49ad8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,6 @@ pipeline: run: image: 3.9.13-alpine3.15 commands: - - python3 a.py \ No newline at end of file + - python3 a.py + + \ No newline at end of file