first drone test commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Jiajun Xu
2025-07-31 17:53:05 -07:00
parent 45fce5fe76
commit 5200952b19

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