first_repository/.drone.yml
first_admin 91c3db5c47
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2024-08-19 16:23:47 +00:00

10 lines
123 B
YAML

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