From 091629dd2cf8e0956e3904f39731d91a191195bf Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Fri, 22 Sep 2023 15:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7e9778a..acf706d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,4 +2,9 @@ kind: pipeline type: docker name: 部署web项目 clone: - disable: true \ No newline at end of file + disable: false + +steps: + - name: greeting + commands: + - echo hello world \ No newline at end of file