john_repo/.drone.yml
john_user 340f5349d7
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2024-08-24 06:52:51 +00:00

10 lines
123 B
YAML

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