Testing out drone support.

This commit is contained in:
Big Duckie
2023-07-07 09:16:15 -06:00
parent 4749b86bcf
commit c441398ca3
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world