first_repository/.drone.yml
first_admin df6c0b453a
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-27 14:38:01 +00:00

10 lines
123 B
YAML

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