From 3db6812cd41c2729678ae6a8c4c1b438f1be4fc6 Mon Sep 17 00:00:00 2001 From: cobb Date: Wed, 28 Apr 2021 11:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..435c65d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +kind: pipeline +name: default +steps: + - name: Hello World + image: centos + commands: + - echo Hello World \ No newline at end of file