From 2fd94748b23fabf237f2960d8c6c3242afdf3976 Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 29 Mar 2022 23:18:39 +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, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84069e3..309eba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,6 @@ kind: pipeline name: default steps: - name: test - image: gcc:latest make:latest + image: gcc:latest commands: - make \ No newline at end of file