From 63921b5fb6375b964a7a1f5eaf83efb719208665 Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 29 Mar 2022 23:20:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 309eba4..d8520fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,5 +3,5 @@ name: default steps: - name: test image: gcc:latest - commands: - - make \ No newline at end of file + commands: + - make \ No newline at end of file