commit d92cc57d8f3a09a0792c1d366cc3370d173fe5ce Author: Julius Rennmann <82526382+julius-rennmann@users.noreply.github.com> Date: Fri Aug 15 16:50:05 2025 +0200 initial diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ce39654 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: test + +steps: + - name: hello + image: alpine:latest + commands: + - echo "Drone CI is working"