From 4c8cc33320f8d9d09dcae62ae16ac80adab776a5 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 18 Jan 2023 23:47:53 -0500 Subject: [PATCH] initial --- .drone.yml | 9 +++++++++ README | 1 + 2 files changed, 10 insertions(+) create mode 100755 .drone.yml create mode 100755 README diff --git a/.drone.yml b/.drone.yml new file mode 100755 index 0000000..3e080d7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: hello-world +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world diff --git a/README b/README new file mode 100755 index 0000000..b1e2722 --- /dev/null +++ b/README @@ -0,0 +1 @@ +greetings! :)