Add test pipeline

This commit is contained in:
Kenneth Allen 2024-02-15 19:11:03 +11:00
commit 885c29f447

9
.drone.yaml Normal file
View File

@ -0,0 +1,9 @@
name: drone-test
kind: pipeline
type: docker
steps:
- name: test
image: alpine
commands:
- echo "It worked!"