From c3d3b299ab067c4d4f8b9ac62783c4b0505c443a Mon Sep 17 00:00:00 2001 From: ycc Date: Sun, 2 Apr 2023 10:04:17 +0100 Subject: [PATCH] first commit --- .drone.yml | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .drone.yml create mode 100644 README.md diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..75a947f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: test + image: alpine + commands: + - echo hello + - echo world diff --git a/README.md b/README.md new file mode 100644 index 0000000..52be06d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Simple hello drone +