1 Commits
main ... drone

Author SHA1 Message Date
5200952b19 first drone test commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2025-07-31 17:53:05 -07:00

10
.drone.yml Normal file
View File

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