From f6cc7d0985c62ba0e2406f5c1ffef629c288ef52 Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Wed, 6 Jul 2022 22:54:54 +0000 Subject: [PATCH] Add drone config --- .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..39c1759 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: test + +steps: + - name: testing + image: ubuntu:latest + commands: + - echo "Hello" +