From a72e67d41b9d4e1e57754a3eed9752aee99fba48 Mon Sep 17 00:00:00 2001 From: ch4o5 Date: Fri, 25 Mar 2022 12:15:07 +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 Signed-off-by: ch4o5 --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..14af6cc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: kubernetes +name: default + +steps: +- name: greeting + image: alpine + commands: + - echo hello + - echo world \ No newline at end of file