From ca78849e6890a2d8eb534a8f71adcd1a874f834d Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 1 Sep 2021 21:25:48 +0200 Subject: [PATCH] Add '.drone' --- .drone | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone diff --git a/.drone b/.drone new file mode 100644 index 0000000..0f27807 --- /dev/null +++ b/.drone @@ -0,0 +1,9 @@ +kind: pipeline +name: sthope-testing +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo sthope-testing successful \ No newline at end of file