From fdb45446a94652024d4d12a5b14d4288fe7cdcde Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Jul 2024 16:39:01 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b10e91d..85db179 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,9 @@ kind: pipeline type: docker -name: test \ No newline at end of file +name: greeting + +steps: +- name: en + image: alpine + commands: + - echo hello world \ No newline at end of file