commit c3d3b299ab067c4d4f8b9ac62783c4b0505c443a Author: ycc Date: Sun Apr 2 10:04:17 2023 +0100 first commit 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 +