john_repo/.drone.yml
first_admin 84a1252e5e
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-24 06:54:44 +00:00

10 lines
124 B
YAML

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