From 32954e4deab3349dd7ba9d0028c01067ed9a1b6a Mon Sep 17 00:00:00 2001 From: zengsb Date: Thu, 15 Jun 2023 11:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95355444344?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index 27c17fe..196115f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,18 @@ kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: + - name: greeting + commands: + - echo hello world + +--- +kind: pipeline type: docker name: code-analysis