Testing drone build

This commit is contained in:
Malcolm Roberts 2024-01-02 10:37:02 -06:00
parent fc914c8191
commit a55ef4a6ff

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: release
steps:
-name: greeting
image: alpine
commands:
- echo "hello world"