john_repo/.drone.yml
john_user c672b78263
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-24 07:00:13 +00:00

10 lines
131 B
YAML

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