new-repo/.drone.yml
gitea_user abd137c1d5
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2024-08-24 06:42:09 +00:00

10 lines
123 B
YAML

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