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