From 9022e35fd3a33309ec34df93fc14eb0a80f9eda9 Mon Sep 17 00:00:00 2001 From: Derek Paschal Date: Mon, 19 Jun 2023 10:54:13 -0500 Subject: [PATCH] Testing drone CI/CD --- .drone.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..f18376a --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,9 @@ +kind: pipeline +name: hello-world +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world \ No newline at end of file