Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
gitea_user 2024-08-24 06:42:09 +00:00
commit abd137c1d5

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"